#375920

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

Shades of Palm Leaf #375920

Tints of Palm Leaf #375920

Color information

#375920 (or 0x375920) is unknown color: approx Palm Leaf. HEX triplet: 37, 59 and 20. RGB value is (55,89,32). Sum of RGB (Red+Green+Blue) = 55+89+32=176 (23% of max value = 765). Red value is 55 (21.88% from 255 or 31.25% from 176); Green value is 89 (35.16% from 255 or 50.57% from 176); Blue value is 32 (12.89% from 255 or 18.18% from 176); Max value from RGB is 89 - color contains mainly: green. Hex color #375920 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375920 is #C8A6DF. Grayscale: #484848. Windows color (decimal): -13149920 or 2119991. OLE color: 2119991.

HSL color Cylindrical-coordinate representation of color #375920: hue angle of 95.79º degrees, saturation: 0.47, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #375920 is Cyan = 0.38, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.65.

Color convert

RGB558932-
CMYK0.3800.640.65
HSL95.79º47.11%23.73%-
HSV(B)95.79º64.04%34.9%-
XYZ5.418.062.64-
YUV72.34105.24115.63-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 31.25%
GREEN value IS 89 (35.16% from 255) = 50.57%
BLUE value IS 32 (12.89% from 255) = 18.18%
R=31.25%
G=50.57%
B=18.18%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5589320.3800.640.6595.7947.1123.73
Hex3759202604041602f18
Octal67131404601001011405730
Binary1101111011001100000100110010000001000001110000010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375920; }

 p { color: rgb(55,89,32); }

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

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

 a { background-color: rgb(55,89,32); }

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

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

 span { border-color: rgb(55,89,32); }

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