#61914A

Color #61914A Glade Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Glade Green #61914A

Tints of Glade Green #61914A

Color information

#61914A (or 0x61914A) is unknown color: approx Glade Green. HEX triplet: 61, 91 and 4A. RGB value is (97,145,74). Sum of RGB (Red+Green+Blue) = 97+145+74=316 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.70% from 316); Green value is 145 (57.03% from 255 or 45.89% from 316); Blue value is 74 (29.30% from 255 or 23.42% from 316); Max value from RGB is 145 - color contains mainly: green. Hex color #61914A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #61914A is #9E6EB5. Grayscale: #7A7A7A. Windows color (decimal): -10383030 or 4886881. OLE color: 4886881.

HSL color Cylindrical-coordinate representation of color #61914A: hue angle of 100.56º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #61914A is Cyan = 0.33, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.43.

Color convert

RGB9714574-
CMYK0.3300.490.43
HSL100.56º32.42%42.94%-
HSV(B)100.56º48.97%56.86%-
XYZ16.2923.2910.11-
YUV122.55100.6109.77-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 30.70%
GREEN value IS 145 (57.03% from 255) = 45.89%
BLUE value IS 74 (29.30% from 255) = 23.42%
R=30.70%
G=45.89%
B=23.42%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal97145740.3300.490.43100.5632.4242.94
Hex61914A210312B65202b
Octal14122111241061531454053
Binary110000110010001100101010000101100011010111100101100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61914A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61914A; }

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

 H1.HeaderClassName
 {
   color: #61914A;
 }
 .AnyTagClassName
 {
   color: #61914A;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #61914A;
 }
 .BgClassName
 {
   background-color: #61914A;
 }
</style>
border-color css

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

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

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