#374F28

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

Shades of Palm Leaf #374F28

Tints of Palm Leaf #374F28

Color information

#374F28 (or 0x374F28) is unknown color: approx Palm Leaf. HEX triplet: 37, 4F and 28. RGB value is (55,79,40). Sum of RGB (Red+Green+Blue) = 55+79+40=174 (23% of max value = 765). Red value is 55 (21.88% from 255 or 31.61% from 174); Green value is 79 (31.25% from 255 or 45.40% from 174); Blue value is 40 (16.02% from 255 or 22.99% from 174); Max value from RGB is 79 - color contains mainly: green. Hex color #374F28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #374F28 is #C8B0D7. Grayscale: #434343. Windows color (decimal): -13152472 or 2641719. OLE color: 2641719.

HSL color Cylindrical-coordinate representation of color #374F28: hue angle of 96.92º degrees, saturation: 0.33, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #374F28 is Cyan = 0.30, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.69.

Color convert

RGB557940-
CMYK0.3000.490.69
HSL96.92º32.77%23.33%-
HSV(B)96.92º49.37%30.98%-
XYZ4.756.563.02-
YUV67.38112.55119.17-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 31.61%
GREEN value IS 79 (31.25% from 255) = 45.40%
BLUE value IS 40 (16.02% from 255) = 22.99%
R=31.61%
G=45.40%
B=22.99%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5579400.3000.490.6996.9232.7723.33
Hex374F281E03145612117
Octal6711750360611051414127
Binary11011110011111010001111001100011000101110000110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374F28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,79,40); }

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

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

 a { background-color: rgb(55,79,40); }

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

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

 span { border-color: rgb(55,79,40); }

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