Html Css Color HEX #637052 Willow Grove

📋 copy color: '#637052'

red 99 ◦ green 112 ◦ blue 82

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

Shades of Willow Grove #637052

Tints of Willow Grove #637052

RGB

 RED value IS 99 (39.06% from 255) = 33.79%

 GREEN value IS 112 (44.14% from 255) = 38.23%

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

R = 33.79%
G = 38.23%
B = 27.99%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.27

 K value IS 0.56

RGB Variations

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

Color information

#637052 (or 0x637052) is known color: Willow Grove. HEX triplet: 63, 70 and 52. RGB value is (99,112,82). Sum of RGB (Red+Green+Blue) = 99+112+82=293 (38% of max value = 765). Red value is 99 (39.06% from 255 or 33.79% from 293); Green value is 112 (44.14% from 255 or 38.23% from 293); Blue value is 82 (32.42% from 255 or 27.99% from 293); Max value from RGB is 112 - color contains mainly: green. Hex color #637052 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #637052 is #9C8FAD. Grayscale: #686868. Windows color (decimal): -10260398 or 5402723. OLE color: 5402723.

HSL color Cylindrical-coordinate representation of color #637052: hue angle of 86º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #637052 is Cyan = 0.12, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.56.

Color convert

RGB 99 112 82 -
CMYK 0.12 0 0.27 0.56
HSL 86º 0.15% 0.38% -
HSV(B) 86º 0.27% 0.44% -
XYZ 12.46 14.85 10.19 -
YUV 104.69 115.19 123.94 -
System Red Green Blue C M Y K H S L
Decimal 99 112 82 0.12 0 0.27 0.56 86 0.15 0.38
Hex 63 70 52 C 0 1B 38 56 F 26
Octal 143 160 122 14 0 33 70 126 17 46
Binary 1100011 1110000 1010010 1100 0 11011 111000 1010110 1111 100110

Color Harmonies of #637052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #637052

Black with #637052

Text Example


Text Example

White with #637052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #637052; }

 p { color: rgb(99,112,82); }

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

background-color css

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

 a { background-color: rgb(99,112,82); }

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

border-color css

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

 span { border-color: rgb(99,112,82); }

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