#375132

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

Shades of Palm Leaf #375132

Tints of Palm Leaf #375132

Color information

#375132 (or 0x375132) is unknown color: approx Palm Leaf. HEX triplet: 37, 51 and 32. RGB value is (55,81,50). Sum of RGB (Red+Green+Blue) = 55+81+50=186 (24% of max value = 765). Red value is 55 (21.88% from 255 or 29.57% from 186); Green value is 81 (32.03% from 255 or 43.55% from 186); Blue value is 50 (19.92% from 255 or 26.88% from 186); Max value from RGB is 81 - color contains mainly: green. Hex color #375132 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375132 is #C8AECD. Grayscale: #454545. Windows color (decimal): -13151950 or 3297591. OLE color: 3297591.

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

Color convert

RGB558150-
CMYK0.3200.380.68
HSL110.32º23.66%25.69%-
HSV(B)110.32º38.27%31.76%-
XYZ5.096.934.09-
YUV69.69116.89117.52-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 29.57%
GREEN value IS 81 (32.03% from 255) = 43.55%
BLUE value IS 50 (19.92% from 255) = 26.88%
R=29.57%
G=43.55%
B=26.88%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5581500.3200.380.68110.3223.6625.69
Hex37513220026446e181a
Octal6712162400461041563032
Binary11011110100011100101000000100110100010011011101100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375132; }

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

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

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

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

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

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

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

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