#39614C

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

Shades of Plantation #39614C

Tints of Plantation #39614C

Color information

#39614C (or 0x39614C) is unknown color: approx Plantation. HEX triplet: 39, 61 and 4C. RGB value is (57,97,76). Sum of RGB (Red+Green+Blue) = 57+97+76=230 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.78% from 230); Green value is 97 (38.28% from 255 or 42.17% from 230); Blue value is 76 (30.08% from 255 or 33.04% from 230); Max value from RGB is 97 - color contains mainly: green. Hex color #39614C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #39614C is #C69EB3. Grayscale: #525252. Windows color (decimal): -13016756 or 5005625. OLE color: 5005625.

HSL color Cylindrical-coordinate representation of color #39614C: hue angle of 148.5º degrees, saturation: 0.26, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #39614C is Cyan = 0.41, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.62.

Color convert

RGB579776-
CMYK0.4100.220.62
HSL148.5º25.97%30.2%-
HSV(B)148.5º41.24%38.04%-
XYZ7.279.948.37-
YUV82.65124.25109.71-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 24.78%
GREEN value IS 97 (38.28% from 255) = 42.17%
BLUE value IS 76 (30.08% from 255) = 33.04%
R=24.78%
G=42.17%
B=33.04%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5797760.4100.220.62148.525.9730.2
Hex39614C290163E941a1e
Octal7114111451026762243236
Binary11100111000011001100101001010110111110100101001101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39614C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39614C; }

 p { color: rgb(57,97,76); }

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

<style>
 a { background-color: #39614C; }

 a { background-color: rgb(57,97,76); }

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

<style>
 span { border-color: #39614C; }

 span { border-color: rgb(57,97,76); }

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