Html Css Color HEX #627052 Willow Grove

📋 copy color: '#627052'

red 98 ◦ green 112 ◦ blue 82

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

Shades of Willow Grove #627052

Tints of Willow Grove #627052

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 value IS 0.13

 M value IS 0

 Y value IS 0.27

 K value IS 0.56

RGB Variations

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

Color information

#627052 (or 0x627052) is known color: 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

RGB 98 112 82 -
CMYK 0.13 0 0.27 0.56
HSL 88º 0.15% 0.38% -
HSV(B) 88º 0.27% 0.44% -
XYZ 12.35 14.79 10.19 -
YUV 104.39 115.36 123.44 -
System Red Green Blue C M Y K H S L
Decimal 98 112 82 0.13 0 0.27 0.56 88 0.15 0.38
Hex 62 70 52 D 0 1B 38 58 F 26
Octal 142 160 122 15 0 33 70 130 17 46
Binary 1100010 1110000 1010010 1101 0 11011 111000 1011000 1111 100110

Color Harmonies of #627052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #627052

Black with #627052

Text Example


Text Example

White with #627052

Text Example


Text Example

HTML Codes & Css Web 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>