#3F604C

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

Shades of Plantation #3F604C

Tints of Plantation #3F604C

Color information

#3F604C (or 0x3F604C) is unknown color: approx Plantation. HEX triplet: 3F, 60 and 4C. RGB value is (63,96,76). Sum of RGB (Red+Green+Blue) = 63+96+76=235 (31% of max value = 765). Red value is 63 (25% from 255 or 26.81% from 235); Green value is 96 (37.89% from 255 or 40.85% from 235); Blue value is 76 (30.08% from 255 or 32.34% from 235); Max value from RGB is 96 - color contains mainly: green. Hex color #3F604C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F604C is #C09FB3. Grayscale: #535353. Windows color (decimal): -12623796 or 5005375. OLE color: 5005375.

HSL color Cylindrical-coordinate representation of color #3F604C: hue angle of 143.64º 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 #3F604C is Cyan = 0.34, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.62.

Color convert

RGB639676-
CMYK0.3400.210.62
HSL143.64º20.75%31.18%-
HSV(B)143.64º34.38%37.65%-
XYZ7.549.948.36-
YUV83.85123.57113.13-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 26.81%
GREEN value IS 96 (37.89% from 255) = 40.85%
BLUE value IS 76 (30.08% from 255) = 32.34%
R=26.81%
G=40.85%
B=32.34%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6396760.3400.210.62143.6420.7531.18
Hex3F604C220153E90151f
Octal7714011442025762202537
Binary11111111000001001100100010010101111110100100001010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F604C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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