Html Css Color HEX #617C52 Glade Green

📋 copy color: '#617C52'

red 97 ◦ green 124 ◦ blue 82

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

Shades of Glade Green #617C52

Tints of Glade Green #617C52

RGB

 RED value IS 97 (38.28% from 255) = 32.01%

 GREEN value IS 124 (48.83% from 255) = 40.92%

 BLUE value IS 82 (32.42% from 255) = 27.06%

R = 32.01%
G = 40.92%
B = 27.06%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.34

 K value IS 0.51

RGB Variations

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

Color information

#617C52 (or 0x617C52) is known color: Glade Green. HEX triplet: 61, 7C and 52. RGB value is (97,124,82). Sum of RGB (Red+Green+Blue) = 97+124+82=303 (40% of max value = 765). Red value is 97 (38.28% from 255 or 32.01% from 303); Green value is 124 (48.83% from 255 or 40.92% from 303); Blue value is 82 (32.42% from 255 or 27.06% from 303); Max value from RGB is 124 - color contains mainly: green. Hex color #617C52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #617C52 is #9E83AD. Grayscale: #6F6F6F. Windows color (decimal): -10388398 or 5405793. OLE color: 5405793.

HSL color Cylindrical-coordinate representation of color #617C52: hue angle of 98.57º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #617C52 is Cyan = 0.22, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.51.

Color convert

RGB 97 124 82 -
CMYK 0.22 0 0.34 0.51
HSL 98.57º 0.2% 0.4% -
HSV(B) 98.57º 0.34% 0.49% -
XYZ 13.66 17.57 10.65 -
YUV 111.14 111.55 117.92 -
System Red Green Blue C M Y K H S L
Decimal 97 124 82 0.22 0 0.34 0.51 98.57 0.2 0.4
Hex 61 7C 52 16 0 22 33 63 14 28
Octal 141 174 122 26 0 42 63 143 24 50
Binary 1100001 1111100 1010010 10110 0 100010 110011 1100011 10100 101000

Color Harmonies of #617C52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617C52

Black with #617C52

Text Example


Text Example

White with #617C52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #617C52; }

 p { color: rgb(97,124,82); }

 H1.HeaderClassName
 {
   color: #617C52;
 }
 .AnyTagClassName
 {
   color: #617C52;
 }
</style>

background-color css

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

 a { background-color: rgb(97,124,82); }

 div.DivClassName
 {
   background-color: #617C52;
 }
 .BgClassName
 {
   background-color: #617C52;
 }
</style>

border-color css

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

 span { border-color: rgb(97,124,82); }

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