Html Css Color HEX #373F34 Palm Leaf

📋 copy color: '#373F34'

red 55 ◦ green 63 ◦ blue 52

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

Shades of Palm Leaf #373F34

Tints of Palm Leaf #373F34

RGB

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

 GREEN value IS 63 (25% from 255) = 37.06%

 BLUE value IS 52 (20.7% from 255) = 30.59%

R = 32.35%
G = 37.06%
B = 30.59%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.17

 K value IS 0.75

RGB Variations

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

Color information

#373F34 (or 0x373F34) is known color: Palm Leaf. HEX triplet: 37, 3F and 34. RGB value is (55,63,52). Sum of RGB (Red+Green+Blue) = 55+63+52=170 (22% of max value = 765). Red value is 55 (21.88% from 255 or 32.35% from 170); Green value is 63 (25% from 255 or 37.06% from 170); Blue value is 52 (20.70% from 255 or 30.59% from 170); Max value from RGB is 63 - color contains mainly: green. Hex color #373F34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #373F34 is #C8C0CB. Grayscale: #3B3B3B. Windows color (decimal): -13156556 or 3424055. OLE color: 3424055.

HSL color Cylindrical-coordinate representation of color #373F34: hue angle of 103.64º degrees, saturation: 0.1, 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 #373F34 is Cyan = 0.13, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.75.

Color convert

RGB 55 63 52 -
CMYK 0.13 0 0.17 0.75
HSL 103.64º 0.1% 0.23% -
HSV(B) 103.64º 0.17% 0.25% -
XYZ 3.97 4.62 3.93 -
YUV 59.35 123.85 124.89 -
System Red Green Blue C M Y K H S L
Decimal 55 63 52 0.13 0 0.17 0.75 103.64 0.1 0.23
Hex 37 3F 34 D 0 11 4B 68 A 17
Octal 67 77 64 15 0 21 113 150 12 27
Binary 110111 111111 110100 1101 0 10001 1001011 1101000 1010 10111

Color Harmonies of #373F34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373F34

Black with #373F34

Text Example


Text Example

White with #373F34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #373F34; }

 p { color: rgb(55,63,52); }

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

background-color css

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

 a { background-color: rgb(55,63,52); }

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

border-color css

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

 span { border-color: rgb(55,63,52); }

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