Html Css Color HEX #618E4A Glade Green

📋 copy color: '#618E4A'

red 97 ◦ green 142 ◦ blue 74

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

Shades of Glade Green #618E4A

Tints of Glade Green #618E4A

RGB

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

 GREEN value IS 142 (55.86% from 255) = 45.37%

 BLUE value IS 74 (29.3% from 255) = 23.64%

R = 30.99%
G = 45.37%
B = 23.64%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.48

 K value IS 0.44

RGB Variations

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

Color information

#618E4A (or 0x618E4A) is known color: Glade Green. HEX triplet: 61, 8E and 4A. RGB value is (97,142,74). Sum of RGB (Red+Green+Blue) = 97+142+74=313 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.99% from 313); Green value is 142 (55.86% from 255 or 45.37% from 313); Blue value is 74 (29.30% from 255 or 23.64% from 313); Max value from RGB is 142 - color contains mainly: green. Hex color #618E4A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #618E4A is #9E71B5. Grayscale: #797979. Windows color (decimal): -10383798 or 4886113. OLE color: 4886113.

HSL color Cylindrical-coordinate representation of color #618E4A: hue angle of 99.71º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #618E4A is Cyan = 0.32, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.44.

Color convert

RGB 97 142 74 -
CMYK 0.32 0 0.48 0.44
HSL 99.71º 0.31% 0.42% -
HSV(B) 99.71º 0.48% 0.56% -
XYZ 15.84 22.38 9.96 -
YUV 120.79 101.59 111.03 -
System Red Green Blue C M Y K H S L
Decimal 97 142 74 0.32 0 0.48 0.44 99.71 0.31 0.42
Hex 61 8E 4A 20 0 30 2C 64 1F 2A
Octal 141 216 112 40 0 60 54 144 37 52
Binary 1100001 10001110 1001010 100000 0 110000 101100 1100100 11111 101010

Color Harmonies of #618E4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618E4A

Black with #618E4A

Text Example


Text Example

White with #618E4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #618E4A; }

 p { color: rgb(97,142,74); }

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

background-color css

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

 a { background-color: rgb(97,142,74); }

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

border-color css

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

 span { border-color: rgb(97,142,74); }

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