#39664D

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

Shades of Plantation #39664D

Tints of Plantation #39664D

Color information

#39664D (or 0x39664D) is unknown color: approx Plantation. HEX triplet: 39, 66 and 4D. RGB value is (57,102,77). Sum of RGB (Red+Green+Blue) = 57+102+77=236 (31% of max value = 765). Red value is 57 (22.66% from 255 or 24.15% from 236); Green value is 102 (40.23% from 255 or 43.22% from 236); Blue value is 77 (30.47% from 255 or 32.63% from 236); Max value from RGB is 102 - color contains mainly: green. Hex color #39664D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39664D is #C699B2. Grayscale: #555555. Windows color (decimal): -13015475 or 5072441. OLE color: 5072441.

HSL color Cylindrical-coordinate representation of color #39664D: hue angle of 146.67º 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 #39664D is Cyan = 0.44, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.6.

Color convert

RGB5710277-
CMYK0.4400.250.6
HSL146.67º28.3%31.18%-
HSV(B)146.67º44.12%40%-
XYZ7.7810.918.72-
YUV85.7123.09107.53-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 24.15%
GREEN value IS 102 (40.23% from 255) = 43.22%
BLUE value IS 77 (30.47% from 255) = 32.63%
R=24.15%
G=43.22%
B=32.63%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal57102770.4400.250.6146.6728.331.18
Hex39664D2C0193C931c1f
Octal7114611554031742233437
Binary11100111001101001101101100011001111100100100111110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39664D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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