#374835

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

Shades of Palm Leaf #374835

Tints of Palm Leaf #374835

Color information

#374835 (or 0x374835) is unknown color: approx Palm Leaf. HEX triplet: 37, 48 and 35. RGB value is (55,72,53). Sum of RGB (Red+Green+Blue) = 55+72+53=180 (23% of max value = 765). Red value is 55 (21.88% from 255 or 30.56% from 180); Green value is 72 (28.52% from 255 or 40% from 180); Blue value is 53 (21.09% from 255 or 29.44% from 180); Max value from RGB is 72 - color contains mainly: green. Hex color #374835 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #374835 is #C8B7CA. Grayscale: #404040. Windows color (decimal): -13154251 or 3491895. OLE color: 3491895.

HSL color Cylindrical-coordinate representation of color #374835: hue angle of 113.68º degrees, saturation: 0.15, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #374835 is Cyan = 0.24, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.72.

Color convert

RGB557253-
CMYK0.2400.260.72
HSL113.68º15.2%24.51%-
HSV(B)113.68º26.39%28.24%-
XYZ4.545.74.23-
YUV64.75121.37121.04-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 30.56%
GREEN value IS 72 (28.52% from 255) = 40%
BLUE value IS 53 (21.09% from 255) = 29.44%
R=30.56%
G=40%
B=29.44%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5572530.2400.260.72113.6815.224.51
Hex3748351801A4872f19
Octal6711065300321101621731
Binary11011110010001101011100001101010010001110010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374835; }

 p { color: rgb(55,72,53); }

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

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

 a { background-color: rgb(55,72,53); }

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

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

 span { border-color: rgb(55,72,53); }

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