Html Css Color HEX #618C46 Glade Green

📋 copy color: '#618C46'

red 97 ◦ green 140 ◦ blue 70

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

Shades of Glade Green #618C46

Tints of Glade Green #618C46

RGB

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

 GREEN value IS 140 (55.08% from 255) = 45.6%

 BLUE value IS 70 (27.73% from 255) = 22.8%

R = 31.6%
G = 45.6%
B = 22.8%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.50

 K value IS 0.45

RGB Variations

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

Color information

#618C46 (or 0x618C46) is known color: Glade Green. HEX triplet: 61, 8C and 46. RGB value is (97,140,70). Sum of RGB (Red+Green+Blue) = 97+140+70=307 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.60% from 307); Green value is 140 (55.08% from 255 or 45.60% from 307); Blue value is 70 (27.73% from 255 or 22.80% from 307); Max value from RGB is 140 - color contains mainly: green. Hex color #618C46 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #618C46 is #9E73B9. Grayscale: #777777. Windows color (decimal): -10384314 or 4623457. OLE color: 4623457.

HSL color Cylindrical-coordinate representation of color #618C46: hue angle of 96.86º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #618C46 is Cyan = 0.31, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.45.

Color convert

RGB 97 140 70 -
CMYK 0.31 0 0.50 0.45
HSL 96.86º 0.33% 0.41% -
HSV(B) 96.86º 0.5% 0.55% -
XYZ 15.41 21.74 9.18 -
YUV 119.16 100.25 112.19 -
System Red Green Blue C M Y K H S L
Decimal 97 140 70 0.31 0 0.50 0.45 96.86 0.33 0.41
Hex 61 8C 46 1F 0 32 2D 61 21 29
Octal 141 214 106 37 0 62 55 141 41 51
Binary 1100001 10001100 1000110 11111 0 110010 101101 1100001 100001 101001

Color Harmonies of #618C46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618C46

Black with #618C46

Text Example


Text Example

White with #618C46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,140,70); }

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

background-color css

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

 a { background-color: rgb(97,140,70); }

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

border-color css

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

 span { border-color: rgb(97,140,70); }

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