Html Css Color HEX #374235 Palm Leaf

📋 copy color: '#374235'

red 55 ◦ green 66 ◦ blue 53

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

Shades of Palm Leaf #374235

Tints of Palm Leaf #374235

RGB

 RED value IS 55 (21.88% from 255) = 31.61%

 GREEN value IS 66 (26.17% from 255) = 37.93%

 BLUE value IS 53 (21.09% from 255) = 30.46%

R = 31.61%
G = 37.93%
B = 30.46%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.20

 K value IS 0.74

RGB Variations

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

Color information

#374235 (or 0x374235) is known color: Palm Leaf. HEX triplet: 37, 42 and 35. RGB value is (55,66,53). Sum of RGB (Red+Green+Blue) = 55+66+53=174 (23% of max value = 765). Red value is 55 (21.88% from 255 or 31.61% from 174); Green value is 66 (26.17% from 255 or 37.93% from 174); Blue value is 53 (21.09% from 255 or 30.46% from 174); Max value from RGB is 66 - color contains mainly: green. Hex color #374235 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #374235 is #C8BDCA. Grayscale: #3D3D3D. Windows color (decimal): -13155787 or 3490359. OLE color: 3490359.

HSL color Cylindrical-coordinate representation of color #374235: hue angle of 110.77º degrees, saturation: 0.11, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #374235 is Cyan = 0.17, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.74.

Color convert

RGB 55 66 53 -
CMYK 0.17 0 0.20 0.74
HSL 110.77º 0.11% 0.23% -
HSV(B) 110.77º 0.2% 0.26% -
XYZ 4.17 4.97 4.11 -
YUV 61.23 123.36 123.56 -
System Red Green Blue C M Y K H S L
Decimal 55 66 53 0.17 0 0.20 0.74 110.77 0.11 0.23
Hex 37 42 35 11 0 14 4A 6F B 17
Octal 67 102 65 21 0 24 112 157 13 27
Binary 110111 1000010 110101 10001 0 10100 1001010 1101111 1011 10111

Color Harmonies of #374235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374235

Black with #374235

Text Example


Text Example

White with #374235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374235; }

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

 H1.HeaderClassName
 {
   color: #374235;
 }
 .AnyTagClassName
 {
   color: #374235;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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