#39664B

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

Shades of Plantation #39664B

Tints of Plantation #39664B

Color information

#39664B (or 0x39664B) is unknown color: approx Plantation. HEX triplet: 39, 66 and 4B. RGB value is (57,102,75). Sum of RGB (Red+Green+Blue) = 57+102+75=234 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.36% from 234); Green value is 102 (40.23% from 255 or 43.59% from 234); Blue value is 75 (29.69% from 255 or 32.05% from 234); Max value from RGB is 102 - color contains mainly: green. Hex color #39664B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #39664B is #C699B4. Grayscale: #555555. Windows color (decimal): -13015477 or 4941369. OLE color: 4941369.

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

Color convert

RGB5710275-
CMYK0.4400.260.6
HSL144º28.3%31.18%-
HSV(B)144º44.12%40%-
XYZ7.7110.888.35-
YUV85.47122.09107.7-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 24.36%
GREEN value IS 102 (40.23% from 255) = 43.59%
BLUE value IS 75 (29.69% from 255) = 32.05%
R=24.36%
G=43.59%
B=32.05%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal57102750.4400.260.614428.331.18
Hex39664B2C01A3C901c1f
Octal7114611354032742203437
Binary11100111001101001011101100011010111100100100001110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39664B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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