#61934E

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

Shades of Glade Green #61934E

Tints of Glade Green #61934E

Color information

#61934E (or 0x61934E) is unknown color: approx Glade Green. HEX triplet: 61, 93 and 4E. RGB value is (97,147,78). Sum of RGB (Red+Green+Blue) = 97+147+78=322 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.12% from 322); Green value is 147 (57.81% from 255 or 45.65% from 322); Blue value is 78 (30.86% from 255 or 24.22% from 322); Max value from RGB is 147 - color contains mainly: green. Hex color #61934E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61934E is #9E6CB1. Grayscale: #7C7C7C. Windows color (decimal): -10382514 or 5149537. OLE color: 5149537.

HSL color Cylindrical-coordinate representation of color #61934E: hue angle of 103.48º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #61934E is Cyan = 0.34, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.42.

Color convert

RGB9714778-
CMYK0.3400.470.42
HSL103.48º30.67%44.12%-
HSV(B)103.48º46.94%57.65%-
XYZ16.7423.9610.95-
YUV124.18101.94108.61-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 30.12%
GREEN value IS 147 (57.81% from 255) = 45.65%
BLUE value IS 78 (30.86% from 255) = 24.22%
R=30.12%
G=45.65%
B=24.22%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal97147780.3400.470.42103.4830.6744.12
Hex61934E2202F2A671f2c
Octal14122311642057521473754
Binary11000011001001110011101000100101111101010110011111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61934E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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