#374332

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

Shades of Palm Leaf #374332

Tints of Palm Leaf #374332

Color information

#374332 (or 0x374332) is unknown color: approx Palm Leaf. HEX triplet: 37, 43 and 32. RGB value is (55,67,50). Sum of RGB (Red+Green+Blue) = 55+67+50=172 (22% of max value = 765). Red value is 55 (21.88% from 255 or 31.98% from 172); Green value is 67 (26.56% from 255 or 38.95% from 172); Blue value is 50 (19.92% from 255 or 29.07% from 172); Max value from RGB is 67 - color contains mainly: green. Hex color #374332 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #374332 is #C8BCCD. Grayscale: #3D3D3D. Windows color (decimal): -13155534 or 3294007. OLE color: 3294007.

HSL color Cylindrical-coordinate representation of color #374332: hue angle of 102.35º degrees, saturation: 0.15, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #374332 is Cyan = 0.18, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.74.

Color convert

RGB556750-
CMYK0.1800.250.74
HSL102.35º14.53%22.94%-
HSV(B)102.35º25.37%26.27%-
XYZ4.165.063.77-
YUV61.47121.52123.38-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 31.98%
GREEN value IS 67 (26.56% from 255) = 38.95%
BLUE value IS 50 (19.92% from 255) = 29.07%
R=31.98%
G=38.95%
B=29.07%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5567500.1800.250.74102.3514.5322.94
Hex374332120194A66f17
Octal6710362220311121461727
Binary11011110000111100101001001100110010101100110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374332; }

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

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

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

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

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

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

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

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