#374F27

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

Shades of Palm Leaf #374F27

Tints of Palm Leaf #374F27

Color information

#374F27 (or 0x374F27) is unknown color: approx Palm Leaf. HEX triplet: 37, 4F and 27. RGB value is (55,79,39). Sum of RGB (Red+Green+Blue) = 55+79+39=173 (22% of max value = 765). Red value is 55 (21.88% from 255 or 31.79% from 173); Green value is 79 (31.25% from 255 or 45.66% from 173); Blue value is 39 (15.62% from 255 or 22.54% from 173); Max value from RGB is 79 - color contains mainly: green. Hex color #374F27 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #374F27 is #C8B0D8. Grayscale: #434343. Windows color (decimal): -13152473 or 2576183. OLE color: 2576183.

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

Color convert

RGB557939-
CMYK0.3000.510.69
HSL96º33.9%23.14%-
HSV(B)96º50.63%30.98%-
XYZ4.746.552.93-
YUV67.26112.05119.25-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 31.79%
GREEN value IS 79 (31.25% from 255) = 45.66%
BLUE value IS 39 (15.62% from 255) = 22.54%
R=31.79%
G=45.66%
B=22.54%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5579390.3000.510.699633.923.14
Hex374F271E03345602217
Octal6711747360631051404227
Binary11011110011111001111111001100111000101110000010001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374F27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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