#626D52

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

Shades of Willow Grove #626D52

Tints of Willow Grove #626D52

Color information

#626D52 (or 0x626D52) is unknown color: approx Willow Grove. HEX triplet: 62, 6D and 52. RGB value is (98,109,82). Sum of RGB (Red+Green+Blue) = 98+109+82=289 (38% of max value = 765). Red value is 98 (38.67% from 255 or 33.91% from 289); Green value is 109 (42.97% from 255 or 37.72% from 289); Blue value is 82 (32.42% from 255 or 28.37% from 289); Max value from RGB is 109 - color contains mainly: green. Hex color #626D52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #626D52 is #9D92AD. Grayscale: #666666. Windows color (decimal): -10326702 or 5401954. OLE color: 5401954.

HSL color Cylindrical-coordinate representation of color #626D52: hue angle of 84.44º 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 #626D52 is Cyan = 0.10, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.57.

Color convert

RGB9810982-
CMYK0.1000.250.57
HSL84.44º14.14%37.45%-
HSV(B)84.44º24.77%42.75%-
XYZ12.0314.1410.08-
YUV102.63116.36124.7-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 33.91%
GREEN value IS 109 (42.97% from 255) = 37.72%
BLUE value IS 82 (32.42% from 255) = 28.37%
R=33.91%
G=37.72%
B=28.37%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal98109820.1000.250.5784.4414.1437.45
Hex626D52A0193954e25
Octal14215512212031711241645
Binary110001011011011010010101001100111100110101001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626D52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #626D52; }

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

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

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

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

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

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

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

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