#375332

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

Shades of Palm Leaf #375332

Tints of Palm Leaf #375332

Color information

#375332 (or 0x375332) is unknown color: approx Palm Leaf. HEX triplet: 37, 53 and 32. RGB value is (55,83,50). Sum of RGB (Red+Green+Blue) = 55+83+50=188 (24% of max value = 765). Red value is 55 (21.88% from 255 or 29.26% from 188); Green value is 83 (32.81% from 255 or 44.15% from 188); Blue value is 50 (19.92% from 255 or 26.60% from 188); Max value from RGB is 83 - color contains mainly: green. Hex color #375332 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375332 is #C8ACCD. Grayscale: #464646. Windows color (decimal): -13151438 or 3298103. OLE color: 3298103.

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

Color convert

RGB558350-
CMYK0.3400.400.67
HSL110.91º24.81%26.08%-
HSV(B)110.91º39.76%32.55%-
XYZ5.247.234.14-
YUV70.87116.22116.68-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 29.26%
GREEN value IS 83 (32.81% from 255) = 44.15%
BLUE value IS 50 (19.92% from 255) = 26.60%
R=29.26%
G=44.15%
B=26.60%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5583500.3400.400.67110.9124.8126.08
Hex37533222028436f191a
Octal6712362420501031573132
Binary11011110100111100101000100101000100001111011111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375332; }

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

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

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

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

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

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

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

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