Html Css Color HEX #618350 Glade Green

📋 copy color: '#618350'

red 97 ◦ green 131 ◦ blue 80

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

Shades of Glade Green #618350

Tints of Glade Green #618350

RGB

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

 GREEN value IS 131 (51.56% from 255) = 42.53%

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

R = 31.49%
G = 42.53%
B = 25.97%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.39

 K value IS 0.49

RGB Variations

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

Color information

#618350 (or 0x618350) is known color: Glade Green. HEX triplet: 61, 83 and 50. RGB value is (97,131,80). Sum of RGB (Red+Green+Blue) = 97+131+80=308 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.49% from 308); Green value is 131 (51.56% from 255 or 42.53% from 308); Blue value is 80 (31.64% from 255 or 25.97% from 308); Max value from RGB is 131 - color contains mainly: green. Hex color #618350 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #618350 is #9E7CAF. Grayscale: #737373. Windows color (decimal): -10386608 or 5276513. OLE color: 5276513.

HSL color Cylindrical-coordinate representation of color #618350: hue angle of 100º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #618350 is Cyan = 0.26, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.49.

Color convert

RGB 97 131 80 -
CMYK 0.26 0 0.39 0.49
HSL 100º 0.24% 0.41% -
HSV(B) 100º 0.39% 0.51% -
XYZ 14.49 19.35 10.56 -
YUV 115.02 108.24 115.15 -
System Red Green Blue C M Y K H S L
Decimal 97 131 80 0.26 0 0.39 0.49 100 0.24 0.41
Hex 61 83 50 1A 0 27 31 64 18 29
Octal 141 203 120 32 0 47 61 144 30 51
Binary 1100001 10000011 1010000 11010 0 100111 110001 1100100 11000 101001

Color Harmonies of #618350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618350

Black with #618350

Text Example


Text Example

White with #618350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #618350; }

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

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

background-color css

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

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

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

border-color css

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

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

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