#627250

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

Shades of Willow Grove #627250

Tints of Willow Grove #627250

Color information

#627250 (or 0x627250) is unknown color: approx Willow Grove. HEX triplet: 62, 72 and 50. RGB value is (98,114,80). Sum of RGB (Red+Green+Blue) = 98+114+80=292 (38% of max value = 765). Red value is 98 (38.67% from 255 or 33.56% from 292); Green value is 114 (44.92% from 255 or 39.04% from 292); Blue value is 80 (31.64% from 255 or 27.40% from 292); Max value from RGB is 114 - color contains mainly: green. Hex color #627250 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #627250 is #9D8DAF. Grayscale: #696969. Windows color (decimal): -10325424 or 5272162. OLE color: 5272162.

HSL color Cylindrical-coordinate representation of color #627250: hue angle of 88.24º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #627250 is Cyan = 0.14, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.55.

Color convert

RGB9811480-
CMYK0.1400.300.55
HSL88.24º17.53%38.04%-
HSV(B)88.24º29.82%44.71%-
XYZ12.515.219.87-
YUV105.34113.7122.76-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 33.56%
GREEN value IS 114 (44.92% from 255) = 39.04%
BLUE value IS 80 (31.64% from 255) = 27.40%
R=33.56%
G=39.04%
B=27.40%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal98114800.1400.300.5588.2417.5338.04
Hex627250E01E37581226
Octal14216212016036671302246
Binary1100010111001010100001110011110110111101100010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #627250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #627250; }

 p { color: rgb(98,114,80); }

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

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

 a { background-color: rgb(98,114,80); }

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

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

 span { border-color: rgb(98,114,80); }

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