#627052

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

Shades of Willow Grove #627052

Tints of Willow Grove #627052

Color information

#627052 (or 0x627052) is unknown color: approx Willow Grove. HEX triplet: 62, 70 and 52. RGB value is (98,112,82). Sum of RGB (Red+Green+Blue) = 98+112+82=292 (38% of max value = 765). Red value is 98 (38.67% from 255 or 33.56% from 292); Green value is 112 (44.14% from 255 or 38.36% from 292); Blue value is 82 (32.42% from 255 or 28.08% from 292); Max value from RGB is 112 - color contains mainly: green. Hex color #627052 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #627052 is #9D8FAD. Grayscale: #686868. Windows color (decimal): -10325934 or 5402722. OLE color: 5402722.

HSL color Cylindrical-coordinate representation of color #627052: hue angle of 88º 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 #627052 is Cyan = 0.13, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.56.

Color convert

RGB9811282-
CMYK0.1300.270.56
HSL88º15.46%38.04%-
HSV(B)88º26.79%43.92%-
XYZ12.3514.7910.19-
YUV104.39115.36123.44-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 33.56%
GREEN value IS 112 (44.14% from 255) = 38.36%
BLUE value IS 82 (32.42% from 255) = 28.08%
R=33.56%
G=38.36%
B=28.08%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal98112820.1300.270.568815.4638.04
Hex627052D01B3858f26
Octal14216012215033701301746
Binary110001011100001010010110101101111100010110001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #627052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #627052; }

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

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

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

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

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

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

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

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