Html Css Color HEX #5E6C52 Willow Grove

📋 copy color: '#5E6C52'

red 94 ◦ green 108 ◦ blue 82

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

Shades of Willow Grove #5E6C52

Tints of Willow Grove #5E6C52

RGB

 RED value IS 94 (37.11% from 255) = 33.1%

 GREEN value IS 108 (42.58% from 255) = 38.03%

 BLUE value IS 82 (32.42% from 255) = 28.87%

R = 33.1%
G = 38.03%
B = 28.87%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.24

 K value IS 0.58

RGB Variations

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

Color information

#5E6C52 (or 0x5E6C52) is known color: Willow Grove. HEX triplet: 5E, 6C and 52. RGB value is (94,108,82). Sum of RGB (Red+Green+Blue) = 94+108+82=284 (37% of max value = 765). Red value is 94 (37.11% from 255 or 33.10% from 284); Green value is 108 (42.58% from 255 or 38.03% from 284); Blue value is 82 (32.42% from 255 or 28.87% from 284); Max value from RGB is 108 - color contains mainly: green. Hex color #5E6C52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E6C52 is #A193AD. Grayscale: #646464. Windows color (decimal): -10589102 or 5401694. OLE color: 5401694.

HSL color Cylindrical-coordinate representation of color #5E6C52: hue angle of 92.31º degrees, saturation: 0.14, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #5E6C52 is Cyan = 0.13, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.58.

Color convert

RGB 94 108 82 -
CMYK 0.13 0 0.24 0.58
HSL 92.31º 0.14% 0.37% -
HSV(B) 92.31º 0.24% 0.42% -
XYZ 11.5 13.71 10.02 -
YUV 100.85 117.36 123.11 -
System Red Green Blue C M Y K H S L
Decimal 94 108 82 0.13 0 0.24 0.58 92.31 0.14 0.37
Hex 5E 6C 52 D 0 18 3A 5C E 25
Octal 136 154 122 15 0 30 72 134 16 45
Binary 1011110 1101100 1010010 1101 0 11000 111010 1011100 1110 100101

Color Harmonies of #5E6C52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E6C52

Black with #5E6C52

Text Example


Text Example

White with #5E6C52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5E6C52; }

 p { color: rgb(94,108,82); }

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

background-color css

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

 a { background-color: rgb(94,108,82); }

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

border-color css

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

 span { border-color: rgb(94,108,82); }

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