#61824E

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

Shades of Glade Green #61824E

Tints of Glade Green #61824E

Color information

#61824E (or 0x61824E) is unknown color: approx Glade Green. HEX triplet: 61, 82 and 4E. RGB value is (97,130,78). Sum of RGB (Red+Green+Blue) = 97+130+78=305 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.80% from 305); Green value is 130 (51.17% from 255 or 42.62% from 305); Blue value is 78 (30.86% from 255 or 25.57% from 305); Max value from RGB is 130 - color contains mainly: green. Hex color #61824E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61824E is #9E7DB1. Grayscale: #727272. Windows color (decimal): -10386866 or 5145185. OLE color: 5145185.

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

Color convert

RGB9713078-
CMYK0.2500.400.49
HSL98.08º25%40.78%-
HSV(B)98.08º40%50.98%-
XYZ14.2919.0610.13-
YUV114.2107.57115.73-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 31.80%
GREEN value IS 130 (51.17% from 255) = 42.62%
BLUE value IS 78 (30.86% from 255) = 25.57%
R=31.80%
G=42.62%
B=25.57%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal97130780.2500.400.4998.082540.78
Hex61824E1902831621929
Octal14120211631050611423151
Binary1100001100000101001110110010101000110001110001011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61824E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61824E; }

 p { color: rgb(97,130,78); }

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

<style>
 a { background-color: #61824E; }

 a { background-color: rgb(97,130,78); }

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

<style>
 span { border-color: #61824E; }

 span { border-color: rgb(97,130,78); }

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