#374F2F

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

Shades of Palm Leaf #374F2F

Tints of Palm Leaf #374F2F

Color information

#374F2F (or 0x374F2F) is unknown color: approx Palm Leaf. HEX triplet: 37, 4F and 2F. RGB value is (55,79,47). Sum of RGB (Red+Green+Blue) = 55+79+47=181 (23% of max value = 765). Red value is 55 (21.88% from 255 or 30.39% from 181); Green value is 79 (31.25% from 255 or 43.65% from 181); Blue value is 47 (18.75% from 255 or 25.97% from 181); Max value from RGB is 79 - color contains mainly: green. Hex color #374F2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #374F2F is #C8B0D0. Grayscale: #444444. Windows color (decimal): -13152465 or 3100471. OLE color: 3100471.

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

Color convert

RGB557947-
CMYK0.3000.410.69
HSL105º25.4%24.71%-
HSV(B)105º40.51%30.98%-
XYZ4.886.613.71-
YUV68.18116.05118.6-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 30.39%
GREEN value IS 79 (31.25% from 255) = 43.65%
BLUE value IS 47 (18.75% from 255) = 25.97%
R=30.39%
G=43.65%
B=25.97%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5579470.3000.410.6910525.424.71
Hex374F2F1E02945691919
Octal6711757360511051513131
Binary1101111001111101111111100101001100010111010011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374F2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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