#39512D

Color #39512D Palm Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Palm Leaf #39512D

Tints of Palm Leaf #39512D

Color information

#39512D (or 0x39512D) is unknown color: approx Palm Leaf. HEX triplet: 39, 51 and 2D. RGB value is (57,81,45). Sum of RGB (Red+Green+Blue) = 57+81+45=183 (24% of max value = 765). Red value is 57 (22.66% from 255 or 31.15% from 183); Green value is 81 (32.03% from 255 or 44.26% from 183); Blue value is 45 (17.97% from 255 or 24.59% from 183); Max value from RGB is 81 - color contains mainly: green. Hex color #39512D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #39512D is #C6AED2. Grayscale: #454545. Windows color (decimal): -13020883 or 2969913. OLE color: 2969913.

HSL color Cylindrical-coordinate representation of color #39512D: hue angle of 100º degrees, saturation: 0.29, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #39512D is Cyan = 0.30, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.68.

Color convert

RGB578145-
CMYK0.3000.440.68
HSL100º28.57%24.71%-
HSV(B)100º44.44%31.76%-
XYZ5.16.943.55-
YUV69.72114.05118.93-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 31.15%
GREEN value IS 81 (32.03% from 255) = 44.26%
BLUE value IS 45 (17.97% from 255) = 24.59%
R=31.15%
G=44.26%
B=24.59%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5781450.3000.440.6810028.5724.71
Hex39512D1E02C44641d19
Octal7112155360541041443531
Binary1110011010001101101111100101100100010011001001110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39512D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39512D; }

 p { color: rgb(57,81,45); }

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

<style>
 a { background-color: #39512D; }

 a { background-color: rgb(57,81,45); }

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

<style>
 span { border-color: #39512D; }

 span { border-color: rgb(57,81,45); }

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