#374B2C

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

Shades of Palm Leaf #374B2C

Tints of Palm Leaf #374B2C

Color information

#374B2C (or 0x374B2C) is unknown color: approx Palm Leaf. HEX triplet: 37, 4B and 2C. RGB value is (55,75,44). Sum of RGB (Red+Green+Blue) = 55+75+44=174 (23% of max value = 765). Red value is 55 (21.88% from 255 or 31.61% from 174); Green value is 75 (29.69% from 255 or 43.10% from 174); Blue value is 44 (17.58% from 255 or 25.29% from 174); Max value from RGB is 75 - color contains mainly: green. Hex color #374B2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #374B2C is #C8B4D3. Grayscale: #414141. Windows color (decimal): -13153492 or 2902839. OLE color: 2902839.

HSL color Cylindrical-coordinate representation of color #374B2C: hue angle of 98.71º degrees, saturation: 0.26, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #374B2C is Cyan = 0.27, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.71.

Color convert

RGB557544-
CMYK0.2700.410.71
HSL98.71º26.05%23.33%-
HSV(B)98.71º41.33%29.41%-
XYZ4.556.033.31-
YUV65.49115.87120.52-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 31.61%
GREEN value IS 75 (29.69% from 255) = 43.10%
BLUE value IS 44 (17.58% from 255) = 25.29%
R=31.61%
G=43.10%
B=25.29%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5575440.2700.410.7198.7126.0523.33
Hex374B2C1B02947631a17
Octal6711354330511071433227
Binary1101111001011101100110110101001100011111000111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374B2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,75,44); }

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

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

 a { background-color: rgb(55,75,44); }

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

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

 span { border-color: rgb(55,75,44); }

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