#374934

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

Shades of Palm Leaf #374934

Tints of Palm Leaf #374934

Color information

#374934 (or 0x374934) is unknown color: approx Palm Leaf. HEX triplet: 37, 49 and 34. RGB value is (55,73,52). Sum of RGB (Red+Green+Blue) = 55+73+52=180 (23% of max value = 765). Red value is 55 (21.88% from 255 or 30.56% from 180); Green value is 73 (28.91% from 255 or 40.56% from 180); Blue value is 52 (20.70% from 255 or 28.89% from 180); Max value from RGB is 73 - color contains mainly: green. Hex color #374934 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #374934 is #C8B6CB. Grayscale: #414141. Windows color (decimal): -13153996 or 3426615. OLE color: 3426615.

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

Color convert

RGB557352-
CMYK0.2500.290.71
HSL111.43º16.8%24.51%-
HSV(B)111.43º28.77%28.63%-
XYZ4.585.834.13-
YUV65.22120.54120.71-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 30.56%
GREEN value IS 73 (28.91% from 255) = 40.56%
BLUE value IS 52 (20.70% from 255) = 28.89%
R=30.56%
G=40.56%
B=28.89%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5573520.2500.290.71111.4316.824.51
Hex3749341901D476f1119
Octal6711164310351071572131
Binary110111100100111010011001011101100011111011111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374934; }

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

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

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

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

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

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

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

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