#61834C

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

Shades of Glade Green #61834C

Tints of Glade Green #61834C

Color information

#61834C (or 0x61834C) is unknown color: approx Glade Green. HEX triplet: 61, 83 and 4C. RGB value is (97,131,76). Sum of RGB (Red+Green+Blue) = 97+131+76=304 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.91% from 304); Green value is 131 (51.56% from 255 or 43.09% from 304); Blue value is 76 (30.08% from 255 or 25% from 304); Max value from RGB is 131 - color contains mainly: green. Hex color #61834C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #61834C is #9E7CB3. Grayscale: #727272. Windows color (decimal): -10386612 or 5014369. OLE color: 5014369.

HSL color Cylindrical-coordinate representation of color #61834C: hue angle of 97.09º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #61834C is Cyan = 0.26, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.49.

Color convert

RGB9713176-
CMYK0.2600.420.49
HSL97.09º26.57%40.59%-
HSV(B)97.09º41.98%51.37%-
XYZ14.3519.39.81-
YUV114.56106.24115.47-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 31.91%
GREEN value IS 131 (51.56% from 255) = 43.09%
BLUE value IS 76 (30.08% from 255) = 25%
R=31.91%
G=43.09%
B=25%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal97131760.2600.420.4997.0926.5740.59
Hex61834C1A02A31611b29
Octal14120311432052611413351
Binary1100001100000111001100110100101010110001110000111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61834C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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