#61954D

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

Shades of Glade Green #61954D

Tints of Glade Green #61954D

Color information

#61954D (or 0x61954D) is unknown color: approx Glade Green. HEX triplet: 61, 95 and 4D. RGB value is (97,149,77). Sum of RGB (Red+Green+Blue) = 97+149+77=323 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.03% from 323); Green value is 149 (58.59% from 255 or 46.13% from 323); Blue value is 77 (30.47% from 255 or 23.84% from 323); Max value from RGB is 149 - color contains mainly: green. Hex color #61954D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61954D is #9E6AB2. Grayscale: #7D7D7D. Windows color (decimal): -10382003 or 5084513. OLE color: 5084513.

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

Color convert

RGB9714977-
CMYK0.3500.480.42
HSL103.33º31.86%44.31%-
HSV(B)103.33º48.32%58.43%-
XYZ17.0224.5710.87-
YUV125.24100.77107.85-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 30.03%
GREEN value IS 149 (58.59% from 255) = 46.13%
BLUE value IS 77 (30.47% from 255) = 23.84%
R=30.03%
G=46.13%
B=23.84%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal97149770.3500.480.42103.3331.8644.31
Hex61954D230302A67202c
Octal14122511543060521474054
Binary110000110010101100110110001101100001010101100111100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61954D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61954D; }

 p { color: rgb(97,149,77); }

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

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

 a { background-color: rgb(97,149,77); }

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

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

 span { border-color: rgb(97,149,77); }

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