#3F6051

Color #3F6051 Plantation (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Plantation #3F6051

Tints of Plantation #3F6051

Color information

#3F6051 (or 0x3F6051) is unknown color: approx Plantation. HEX triplet: 3F, 60 and 51. RGB value is (63,96,81). Sum of RGB (Red+Green+Blue) = 63+96+81=240 (31% of max value = 765). Red value is 63 (25% from 255 or 26.25% from 240); Green value is 96 (37.89% from 255 or 40% from 240); Blue value is 81 (32.03% from 255 or 33.75% from 240); Max value from RGB is 96 - color contains mainly: green. Hex color #3F6051 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F6051 is #C09FAE. Grayscale: #545454. Windows color (decimal): -12623791 or 5333055. OLE color: 5333055.

HSL color Cylindrical-coordinate representation of color #3F6051: hue angle of 152.73º degrees, saturation: 0.21, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #3F6051 is Cyan = 0.34, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.62.

Color convert

RGB639681-
CMYK0.3400.160.62
HSL152.73º20.75%31.18%-
HSV(B)152.73º34.38%37.65%-
XYZ7.7210.029.31-
YUV84.42126.07112.72-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 63 (25% from 255) = 26.25%
GREEN value IS 96 (37.89% from 255) = 40%
BLUE value IS 81 (32.03% from 255) = 33.75%
R=26.25%
G=40%
B=33.75%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6396810.3400.160.62152.7320.7531.18
Hex3F6051220103E99151f
Octal7714012142020762312537
Binary11111111000001010001100010010000111110100110011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F6051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3F6051; }

 p { color: rgb(63,96,81); }

 H1.HeaderClassName
 {
   color: #3F6051;
 }
 .AnyTagClassName
 {
   color: #3F6051;
 }
</style>
background-color css

<style>
 a { background-color: #3F6051; }

 a { background-color: rgb(63,96,81); }

 div.DivClassName
 {
   background-color: #3F6051;
 }
 .BgClassName
 {
   background-color: #3F6051;
 }
</style>
border-color css

<style>
 span { border-color: #3F6051; }

 span { border-color: rgb(63,96,81); }

 td.TdClassName
 {
   border-color: #3F6051;
 }
 .TagClassName
 {
   border-color: #3F6051;
 }
</style>