Html Css Color HEX #374035 Palm Leaf

📋 copy color: '#374035'

red 55 ◦ green 64 ◦ blue 53

#374035
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Palm Leaf #374035

Tints of Palm Leaf #374035

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 value IS 0.14

 M value IS 0

 Y value IS 0.17

 K value IS 0.75

RGB Variations

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

Color information

#374035 (or 0x374035) is known color: 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

RGB 55 64 53 -
CMYK 0.14 0 0.17 0.75
HSL 109.09º 0.09% 0.23% -
HSV(B) 109.09º 0.17% 0.25% -
XYZ 4.05 4.74 4.07 -
YUV 60.06 124.02 124.39 -
System Red Green Blue C M Y K H S L
Decimal 55 64 53 0.14 0 0.17 0.75 109.09 0.09 0.23
Hex 37 40 35 E 0 11 4B 6D 9 17
Octal 67 100 65 16 0 21 113 155 11 27
Binary 110111 1000000 110101 1110 0 10001 1001011 1101101 1001 10111

Color Harmonies of #374035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374035

Black with #374035

Text Example


Text Example

White with #374035

Text Example


Text Example

HTML Codes & Css Web 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>