#374D32

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

Shades of Palm Leaf #374D32

Tints of Palm Leaf #374D32

Color information

#374D32 (or 0x374D32) is unknown color: approx Palm Leaf. HEX triplet: 37, 4D and 32. RGB value is (55,77,50). Sum of RGB (Red+Green+Blue) = 55+77+50=182 (24% of max value = 765). Red value is 55 (21.88% from 255 or 30.22% from 182); Green value is 77 (30.47% from 255 or 42.31% from 182); Blue value is 50 (19.92% from 255 or 27.47% from 182); Max value from RGB is 77 - color contains mainly: green. Hex color #374D32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #374D32 is #C8B2CD. Grayscale: #434343. Windows color (decimal): -13152974 or 3296567. OLE color: 3296567.

HSL color Cylindrical-coordinate representation of color #374D32: hue angle of 108.89º degrees, saturation: 0.21, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #374D32 is Cyan = 0.29, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.70.

Color convert

RGB557750-
CMYK0.2900.350.70
HSL108.89º21.26%24.9%-
HSV(B)108.89º35.06%30.2%-
XYZ4.816.353.99-
YUV67.34118.21119.2-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 30.22%
GREEN value IS 77 (30.47% from 255) = 42.31%
BLUE value IS 50 (19.92% from 255) = 27.47%
R=30.22%
G=42.31%
B=27.47%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5577500.2900.350.70108.8921.2624.9
Hex374D321D023466d1519
Octal6711562350431061552531
Binary1101111001101110010111010100011100011011011011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374D32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374D32; }

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

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

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

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

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

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

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

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