#39614E

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

Shades of Plantation #39614E

Tints of Plantation #39614E

Color information

#39614E (or 0x39614E) is unknown color: approx Plantation. HEX triplet: 39, 61 and 4E. RGB value is (57,97,78). Sum of RGB (Red+Green+Blue) = 57+97+78=232 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.57% from 232); Green value is 97 (38.28% from 255 or 41.81% from 232); Blue value is 78 (30.86% from 255 or 33.62% from 232); Max value from RGB is 97 - color contains mainly: green. Hex color #39614E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39614E is #C69EB1. Grayscale: #525252. Windows color (decimal): -13016754 or 5136697. OLE color: 5136697.

HSL color Cylindrical-coordinate representation of color #39614E: hue angle of 151.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 #39614E is Cyan = 0.41, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.62.

Color convert

RGB579778-
CMYK0.4100.200.62
HSL151.5º25.97%30.2%-
HSV(B)151.5º41.24%38.04%-
XYZ7.349.978.75-
YUV82.87125.25109.54-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 24.57%
GREEN value IS 97 (38.28% from 255) = 41.81%
BLUE value IS 78 (30.86% from 255) = 33.62%
R=24.57%
G=41.81%
B=33.62%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5797780.4100.200.62151.525.9730.2
Hex39614E290143E981a1e
Octal7114111651024762303236
Binary11100111000011001110101001010100111110100110001101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39614E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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