#375032

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

Shades of Palm Leaf #375032

Tints of Palm Leaf #375032

Color information

#375032 (or 0x375032) is unknown color: approx Palm Leaf. HEX triplet: 37, 50 and 32. RGB value is (55,80,50). Sum of RGB (Red+Green+Blue) = 55+80+50=185 (24% of max value = 765). Red value is 55 (21.88% from 255 or 29.73% from 185); Green value is 80 (31.64% from 255 or 43.24% from 185); Blue value is 50 (19.92% from 255 or 27.03% from 185); Max value from RGB is 80 - color contains mainly: green. Hex color #375032 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375032 is #C8AFCD. Grayscale: #454545. Windows color (decimal): -13152206 or 3297335. OLE color: 3297335.

HSL color Cylindrical-coordinate representation of color #375032: hue angle of 110º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #375032 is Cyan = 0.31, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.69.

Color convert

RGB558050-
CMYK0.3100.370.69
HSL110º23.08%25.49%-
HSV(B)110º37.5%31.37%-
XYZ5.026.784.06-
YUV69.1117.22117.94-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 29.73%
GREEN value IS 80 (31.64% from 255) = 43.24%
BLUE value IS 50 (19.92% from 255) = 27.03%
R=29.73%
G=43.24%
B=27.03%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5580500.3100.370.6911023.0825.49
Hex3750321F025456e1719
Octal6712062370451051562731
Binary1101111010000110010111110100101100010111011101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375032; }

 p { color: rgb(55,80,50); }

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

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

 a { background-color: rgb(55,80,50); }

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

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

 span { border-color: rgb(55,80,50); }

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