#637055

Color #637055 Willow Grove (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Willow Grove #637055

Tints of Willow Grove #637055

Color information

#637055 (or 0x637055) is unknown color: approx Willow Grove. HEX triplet: 63, 70 and 55. RGB value is (99,112,85). Sum of RGB (Red+Green+Blue) = 99+112+85=296 (39% of max value = 765). Red value is 99 (39.06% from 255 or 33.45% from 296); Green value is 112 (44.14% from 255 or 37.84% from 296); Blue value is 85 (33.59% from 255 or 28.72% from 296); Max value from RGB is 112 - color contains mainly: green. Hex color #637055 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #637055 is #9C8FAA. Grayscale: #696969. Windows color (decimal): -10260395 or 5599331. OLE color: 5599331.

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

Color convert

RGB9911285-
CMYK0.1200.240.56
HSL88.89º13.71%38.63%-
HSV(B)88.89º24.11%43.92%-
XYZ12.5814.910.81-
YUV105.04116.69123.7-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 33.45%
GREEN value IS 112 (44.14% from 255) = 37.84%
BLUE value IS 85 (33.59% from 255) = 28.72%
R=33.45%
G=37.84%
B=28.72%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal99112850.1200.240.5688.8913.7138.63
Hex637055C0183859e27
Octal14316012514030701311647
Binary110001111100001010101110001100011100010110011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #637055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #637055; }

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

 H1.HeaderClassName
 {
   color: #637055;
 }
 .AnyTagClassName
 {
   color: #637055;
 }
</style>
background-color css

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

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

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

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

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

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