#39614A

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

Shades of Plantation #39614A

Tints of Plantation #39614A

Color information

#39614A (or 0x39614A) is unknown color: approx Plantation. HEX triplet: 39, 61 and 4A. RGB value is (57,97,74). Sum of RGB (Red+Green+Blue) = 57+97+74=228 (30% of max value = 765). Red value is 57 (22.66% from 255 or 25% from 228); Green value is 97 (38.28% from 255 or 42.54% from 228); Blue value is 74 (29.30% from 255 or 32.46% from 228); Max value from RGB is 97 - color contains mainly: green. Hex color #39614A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #39614A is #C69EB5. Grayscale: #525252. Windows color (decimal): -13016758 or 4874553. OLE color: 4874553.

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

Color convert

RGB579774-
CMYK0.4100.240.62
HSL145.5º25.97%30.2%-
HSV(B)145.5º41.24%38.04%-
XYZ7.29.918.01-
YUV82.42123.25109.87-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 25%
GREEN value IS 97 (38.28% from 255) = 42.54%
BLUE value IS 74 (29.30% from 255) = 32.46%
R=25%
G=42.54%
B=32.46%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5797740.4100.240.62145.525.9730.2
Hex39614A290183E921a1e
Octal7114111251030762223236
Binary11100111000011001010101001011000111110100100101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39614A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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