Html Css Color HEX #5F6D52 Willow Grove

📋 copy color: '#5F6D52'

red 95 ◦ green 109 ◦ blue 82

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

Shades of Willow Grove #5F6D52

Tints of Willow Grove #5F6D52

RGB

 RED value IS 95 (37.5% from 255) = 33.22%

 GREEN value IS 109 (42.97% from 255) = 38.11%

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

R = 33.22%
G = 38.11%
B = 28.67%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.25

 K value IS 0.57

RGB Variations

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

Color information

#5F6D52 (or 0x5F6D52) is known color: Willow Grove. HEX triplet: 5F, 6D and 52. RGB value is (95,109,82). Sum of RGB (Red+Green+Blue) = 95+109+82=286 (37% of max value = 765). Red value is 95 (37.5% from 255 or 33.22% from 286); Green value is 109 (42.97% from 255 or 38.11% from 286); Blue value is 82 (32.42% from 255 or 28.67% from 286); Max value from RGB is 109 - color contains mainly: green. Hex color #5F6D52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F6D52 is #A092AD. Grayscale: #656565. Windows color (decimal): -10523310 or 5401951. OLE color: 5401951.

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

Color convert

RGB 95 109 82 -
CMYK 0.13 0 0.25 0.57
HSL 91.11º 0.14% 0.37% -
HSV(B) 91.11º 0.25% 0.43% -
XYZ 11.71 13.98 10.06 -
YUV 101.74 116.86 123.2 -
System Red Green Blue C M Y K H S L
Decimal 95 109 82 0.13 0 0.25 0.57 91.11 0.14 0.37
Hex 5F 6D 52 D 0 19 39 5B E 25
Octal 137 155 122 15 0 31 71 133 16 45
Binary 1011111 1101101 1010010 1101 0 11001 111001 1011011 1110 100101

Color Harmonies of #5F6D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F6D52

Black with #5F6D52

Text Example


Text Example

White with #5F6D52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,109,82); }

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

background-color css

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

 a { background-color: rgb(95,109,82); }

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

border-color css

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

 span { border-color: rgb(95,109,82); }

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