#395229

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

Shades of Palm Leaf #395229

Tints of Palm Leaf #395229

Color information

#395229 (or 0x395229) is unknown color: approx Palm Leaf. HEX triplet: 39, 52 and 29. RGB value is (57,82,41). Sum of RGB (Red+Green+Blue) = 57+82+41=180 (23% of max value = 765). Red value is 57 (22.66% from 255 or 31.67% from 180); Green value is 82 (32.42% from 255 or 45.56% from 180); Blue value is 41 (16.41% from 255 or 22.78% from 180); Max value from RGB is 82 - color contains mainly: green. Hex color #395229 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395229 is #C6ADD6. Grayscale: #454545. Windows color (decimal): -13020631 or 2708025. OLE color: 2708025.

HSL color Cylindrical-coordinate representation of color #395229: hue angle of 96.59º degrees, saturation: 0.33, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #395229 is Cyan = 0.30, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.68.

Color convert

RGB578241-
CMYK0.3000.500.68
HSL96.59º33.33%24.12%-
HSV(B)96.59º50%32.16%-
XYZ5.17.063.19-
YUV69.85111.72118.83-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 31.67%
GREEN value IS 82 (32.42% from 255) = 45.56%
BLUE value IS 41 (16.41% from 255) = 22.78%
R=31.67%
G=45.56%
B=22.78%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5782410.3000.500.6896.5933.3324.12
Hex3952291E03244612118
Octal7112251360621041414130
Binary11100110100101010011111001100101000100110000110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395229; }

 p { color: rgb(57,82,41); }

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

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

 a { background-color: rgb(57,82,41); }

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

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

 span { border-color: rgb(57,82,41); }

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