#374F34

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

Shades of Palm Leaf #374F34

Tints of Palm Leaf #374F34

Color information

#374F34 (or 0x374F34) is unknown color: approx Palm Leaf. HEX triplet: 37, 4F and 34. RGB value is (55,79,52). Sum of RGB (Red+Green+Blue) = 55+79+52=186 (24% of max value = 765). Red value is 55 (21.88% from 255 or 29.57% from 186); Green value is 79 (31.25% from 255 or 42.47% from 186); Blue value is 52 (20.70% from 255 or 27.96% from 186); Max value from RGB is 79 - color contains mainly: green. Hex color #374F34 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #374F34 is #C8B0CB. Grayscale: #444444. Windows color (decimal): -13152460 or 3428151. OLE color: 3428151.

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

Color convert

RGB557952-
CMYK0.3000.340.69
HSL113.33º20.61%25.69%-
HSV(B)113.33º34.18%30.98%-
XYZ4.996.654.27-
YUV68.75118.55118.2-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 29.57%
GREEN value IS 79 (31.25% from 255) = 42.47%
BLUE value IS 52 (20.70% from 255) = 27.96%
R=29.57%
G=42.47%
B=27.96%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5579520.3000.340.69113.3320.6125.69
Hex374F341E0224571151a
Octal6711764360421051612532
Binary1101111001111110100111100100010100010111100011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374F34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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