#374035

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

Shades of Palm Leaf #374035

Tints of Palm Leaf #374035

Color information

#374035 (or 0x374035) is unknown color: approx Palm Leaf. HEX triplet: 37, 40 and 35. RGB value is (55,64,53). Sum of RGB (Red+Green+Blue) = 55+64+53=172 (22% of max value = 765). Red value is 55 (21.88% from 255 or 31.98% from 172); Green value is 64 (25.39% from 255 or 37.21% from 172); Blue value is 53 (21.09% from 255 or 30.81% from 172); Max value from RGB is 64 - color contains mainly: green. Hex color #374035 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #374035 is #C8BFCA. Grayscale: #3C3C3C. Windows color (decimal): -13156299 or 3489847. OLE color: 3489847.

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

Color convert

RGB556453-
CMYK0.1400.170.75
HSL109.09º9.4%22.94%-
HSV(B)109.09º17.19%25.1%-
XYZ4.054.744.07-
YUV60.06124.02124.39-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 31.98%
GREEN value IS 64 (25.39% from 255) = 37.21%
BLUE value IS 53 (21.09% from 255) = 30.81%
R=31.98%
G=37.21%
B=30.81%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5564530.1400.170.75109.099.422.94
Hex374035E0114B6d917
Octal6710065160211131551127
Binary1101111000000110101111001000110010111101101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #374035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #374035; }

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

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

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

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

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

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

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

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