#61934C

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

Shades of Glade Green #61934C

Tints of Glade Green #61934C

Color information

#61934C (or 0x61934C) is unknown color: approx Glade Green. HEX triplet: 61, 93 and 4C. RGB value is (97,147,76). Sum of RGB (Red+Green+Blue) = 97+147+76=320 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.31% from 320); Green value is 147 (57.81% from 255 or 45.94% from 320); Blue value is 76 (30.08% from 255 or 23.75% from 320); Max value from RGB is 147 - color contains mainly: green. Hex color #61934C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #61934C is #9E6CB3. Grayscale: #7C7C7C. Windows color (decimal): -10382516 or 5018465. OLE color: 5018465.

HSL color Cylindrical-coordinate representation of color #61934C: hue angle of 102.25º 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 #61934C is Cyan = 0.34, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.42.

Color convert

RGB9714776-
CMYK0.3400.480.42
HSL102.25º31.84%43.73%-
HSV(B)102.25º48.3%57.65%-
XYZ16.6723.9310.58-
YUV123.96100.94108.77-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 30.31%
GREEN value IS 147 (57.81% from 255) = 45.94%
BLUE value IS 76 (30.08% from 255) = 23.75%
R=30.31%
G=45.94%
B=23.75%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal97147760.3400.480.42102.2531.8443.73
Hex61934C220302A66202c
Octal14122311442060521464054
Binary110000110010011100110010001001100001010101100110100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61934C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61934C; }

 p { color: rgb(97,147,76); }

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

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

 a { background-color: rgb(97,147,76); }

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

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

 span { border-color: rgb(97,147,76); }

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