#374931

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

Shades of Palm Leaf #374931

Tints of Palm Leaf #374931

Color information

#374931 (or 0x374931) is unknown color: approx Palm Leaf. HEX triplet: 37, 49 and 31. RGB value is (55,73,49). Sum of RGB (Red+Green+Blue) = 55+73+49=177 (23% of max value = 765). Red value is 55 (21.88% from 255 or 31.07% from 177); Green value is 73 (28.91% from 255 or 41.24% from 177); Blue value is 49 (19.53% from 255 or 27.68% from 177); Max value from RGB is 73 - color contains mainly: green. Hex color #374931 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #374931 is #C8B6CE. Grayscale: #404040. Windows color (decimal): -13153999 or 3230007. OLE color: 3230007.

HSL color Cylindrical-coordinate representation of color #374931: hue angle of 105º degrees, saturation: 0.2, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #374931 is Cyan = 0.25, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.71.

Color convert

RGB557349-
CMYK0.2500.330.71
HSL105º19.67%23.92%-
HSV(B)105º32.88%28.63%-
XYZ4.515.83.79-
YUV64.88119.04120.95-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 31.07%
GREEN value IS 73 (28.91% from 255) = 41.24%
BLUE value IS 49 (19.53% from 255) = 27.68%
R=31.07%
G=41.24%
B=27.68%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5573490.2500.330.7110519.6723.92
Hex3749311902147691418
Octal6711161310411071512430
Binary1101111001001110001110010100001100011111010011010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374931; }

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

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

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

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

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

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

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

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