#375131

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

Shades of Palm Leaf #375131

Tints of Palm Leaf #375131

Color information

#375131 (or 0x375131) is unknown color: approx Palm Leaf. HEX triplet: 37, 51 and 31. RGB value is (55,81,49). Sum of RGB (Red+Green+Blue) = 55+81+49=185 (24% of max value = 765). Red value is 55 (21.88% from 255 or 29.73% from 185); Green value is 81 (32.03% from 255 or 43.78% from 185); Blue value is 49 (19.53% from 255 or 26.49% from 185); Max value from RGB is 81 - color contains mainly: green. Hex color #375131 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375131 is #C8AECE. Grayscale: #454545. Windows color (decimal): -13151951 or 3232055. OLE color: 3232055.

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

Color convert

RGB558149-
CMYK0.3200.400.68
HSL108.75º24.62%25.49%-
HSV(B)108.75º39.51%31.76%-
XYZ5.076.923.97-
YUV69.58116.39117.6-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 29.73%
GREEN value IS 81 (32.03% from 255) = 43.78%
BLUE value IS 49 (19.53% from 255) = 26.49%
R=29.73%
G=43.78%
B=26.49%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5581490.3200.400.68108.7524.6225.49
Hex37513120028446d1919
Octal6712161400501041553131
Binary11011110100011100011000000101000100010011011011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375131; }

 p { color: rgb(55,81,49); }

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

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

 a { background-color: rgb(55,81,49); }

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

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

 span { border-color: rgb(55,81,49); }

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