#39664F

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

Shades of Plantation #39664F

Tints of Plantation #39664F

Color information

#39664F (or 0x39664F) is unknown color: approx Plantation. HEX triplet: 39, 66 and 4F. RGB value is (57,102,79). Sum of RGB (Red+Green+Blue) = 57+102+79=238 (31% of max value = 765). Red value is 57 (22.66% from 255 or 23.95% from 238); Green value is 102 (40.23% from 255 or 42.86% from 238); Blue value is 79 (31.25% from 255 or 33.19% from 238); Max value from RGB is 102 - color contains mainly: green. Hex color #39664F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39664F is #C699B0. Grayscale: #555555. Windows color (decimal): -13015473 or 5203513. OLE color: 5203513.

HSL color Cylindrical-coordinate representation of color #39664F: hue angle of 149.33º degrees, saturation: 0.28, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #39664F is Cyan = 0.44, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.6.

Color convert

RGB5710279-
CMYK0.4400.230.6
HSL149.33º28.3%31.18%-
HSV(B)149.33º44.12%40%-
XYZ7.8510.949.09-
YUV85.92124.09107.37-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 23.95%
GREEN value IS 102 (40.23% from 255) = 42.86%
BLUE value IS 79 (31.25% from 255) = 33.19%
R=23.95%
G=42.86%
B=33.19%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal57102790.4400.230.6149.3328.331.18
Hex39664F2C0173C951c1f
Octal7114611754027742253437
Binary11100111001101001111101100010111111100100101011110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39664F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39664F; }

 p { color: rgb(57,102,79); }

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

<style>
 a { background-color: #39664F; }

 a { background-color: rgb(57,102,79); }

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

<style>
 span { border-color: #39664F; }

 span { border-color: rgb(57,102,79); }

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