Html Css Color HEX #618450 Glade Green

📋 copy color: '#618450'

red 97 ◦ green 132 ◦ blue 80

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

Shades of Glade Green #618450

Tints of Glade Green #618450

RGB

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

 GREEN value IS 132 (51.95% from 255) = 42.72%

 BLUE value IS 80 (31.64% from 255) = 25.89%

R = 31.39%
G = 42.72%
B = 25.89%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.39

 K value IS 0.48

RGB Variations

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

Color information

#618450 (or 0x618450) is known color: Glade Green. HEX triplet: 61, 84 and 50. RGB value is (97,132,80). Sum of RGB (Red+Green+Blue) = 97+132+80=309 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.39% from 309); Green value is 132 (51.95% from 255 or 42.72% from 309); Blue value is 80 (31.64% from 255 or 25.89% from 309); Max value from RGB is 132 - color contains mainly: green. Hex color #618450 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #618450 is #9E7BAF. Grayscale: #737373. Windows color (decimal): -10386352 or 5276769. OLE color: 5276769.

HSL color Cylindrical-coordinate representation of color #618450: hue angle of 100.38º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #618450 is Cyan = 0.27, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.48.

Color convert

RGB 97 132 80 -
CMYK 0.27 0 0.39 0.48
HSL 100.38º 0.25% 0.42% -
HSV(B) 100.38º 0.39% 0.52% -
XYZ 14.63 19.62 10.61 -
YUV 115.61 107.9 114.73 -
System Red Green Blue C M Y K H S L
Decimal 97 132 80 0.27 0 0.39 0.48 100.38 0.25 0.42
Hex 61 84 50 1B 0 27 30 64 19 2A
Octal 141 204 120 33 0 47 60 144 31 52
Binary 1100001 10000100 1010000 11011 0 100111 110000 1100100 11001 101010

Color Harmonies of #618450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618450

Black with #618450

Text Example


Text Example

White with #618450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #618450; }

 p { color: rgb(97,132,80); }

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

background-color css

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

 a { background-color: rgb(97,132,80); }

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

border-color css

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

 span { border-color: rgb(97,132,80); }

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