#61834D

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

Shades of Glade Green #61834D

Tints of Glade Green #61834D

Color information

#61834D (or 0x61834D) is unknown color: approx Glade Green. HEX triplet: 61, 83 and 4D. RGB value is (97,131,77). Sum of RGB (Red+Green+Blue) = 97+131+77=305 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.80% from 305); Green value is 131 (51.56% from 255 or 42.95% from 305); Blue value is 77 (30.47% from 255 or 25.25% from 305); Max value from RGB is 131 - color contains mainly: green. Hex color #61834D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61834D is #9E7CB2. Grayscale: #727272. Windows color (decimal): -10386611 or 5079905. OLE color: 5079905.

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

Color convert

RGB9713177-
CMYK0.2600.410.49
HSL97.78º25.96%40.78%-
HSV(B)97.78º41.22%51.37%-
XYZ14.3919.319.99-
YUV114.68106.74115.39-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 31.80%
GREEN value IS 131 (51.56% from 255) = 42.95%
BLUE value IS 77 (30.47% from 255) = 25.25%
R=31.80%
G=42.95%
B=25.25%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal97131770.2600.410.4997.7825.9640.78
Hex61834D1A02931621a29
Octal14120311532051611423251
Binary1100001100000111001101110100101001110001110001011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61834D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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