Html Css Color HEX #374535 Palm Leaf

📋 copy color: '#374535'

red 55 ◦ green 69 ◦ blue 53

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

Shades of Palm Leaf #374535

Tints of Palm Leaf #374535

RGB

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

 GREEN value IS 69 (27.34% from 255) = 38.98%

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

R = 31.07%
G = 38.98%
B = 29.94%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.23

 K value IS 0.73

RGB Variations

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

Color information

#374535 (or 0x374535) is known color: Palm Leaf. HEX triplet: 37, 45 and 35. RGB value is (55,69,53). Sum of RGB (Red+Green+Blue) = 55+69+53=177 (23% of max value = 765). Red value is 55 (21.88% from 255 or 31.07% from 177); Green value is 69 (27.34% from 255 or 38.98% from 177); Blue value is 53 (21.09% from 255 or 29.94% from 177); Max value from RGB is 69 - color contains mainly: green. Hex color #374535 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #374535 is #C8BACA. Grayscale: #3F3F3F. Windows color (decimal): -13155019 or 3491127. OLE color: 3491127.

HSL color Cylindrical-coordinate representation of color #374535: hue angle of 112.5º degrees, saturation: 0.13, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #374535 is Cyan = 0.20, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.73.

Color convert

RGB 55 69 53 -
CMYK 0.20 0 0.23 0.73
HSL 112.5º 0.13% 0.24% -
HSV(B) 112.5º 0.23% 0.27% -
XYZ 4.35 5.33 4.17 -
YUV 62.99 122.36 122.3 -
System Red Green Blue C M Y K H S L
Decimal 55 69 53 0.20 0 0.23 0.73 112.5 0.13 0.24
Hex 37 45 35 14 0 17 49 70 D 18
Octal 67 105 65 24 0 27 111 160 15 30
Binary 110111 1000101 110101 10100 0 10111 1001001 1110000 1101 11000

Color Harmonies of #374535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374535

Black with #374535

Text Example


Text Example

White with #374535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374535; }

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

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

background-color css

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

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

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

border-color css

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

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

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