#39664E

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

Shades of Plantation #39664E

Tints of Plantation #39664E

Color information

#39664E (or 0x39664E) is unknown color: approx Plantation. HEX triplet: 39, 66 and 4E. RGB value is (57,102,78). Sum of RGB (Red+Green+Blue) = 57+102+78=237 (31% of max value = 765). Red value is 57 (22.66% from 255 or 24.05% from 237); Green value is 102 (40.23% from 255 or 43.04% from 237); Blue value is 78 (30.86% from 255 or 32.91% from 237); Max value from RGB is 102 - color contains mainly: green. Hex color #39664E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39664E is #C699B1. Grayscale: #555555. Windows color (decimal): -13015474 or 5137977. OLE color: 5137977.

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

Color convert

RGB5710278-
CMYK0.4400.240.6
HSL148º28.3%31.18%-
HSV(B)148º44.12%40%-
XYZ7.8110.928.9-
YUV85.81123.59107.45-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 24.05%
GREEN value IS 102 (40.23% from 255) = 43.04%
BLUE value IS 78 (30.86% from 255) = 32.91%
R=24.05%
G=43.04%
B=32.91%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal57102780.4400.240.614828.331.18
Hex39664E2C0183C941c1f
Octal7114611654030742243437
Binary11100111001101001110101100011000111100100101001110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39664E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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