#619150

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

Shades of Glade Green #619150

Tints of Glade Green #619150

Color information

#619150 (or 0x619150) is unknown color: approx Glade Green. HEX triplet: 61, 91 and 50. RGB value is (97,145,80). Sum of RGB (Red+Green+Blue) = 97+145+80=322 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.12% from 322); Green value is 145 (57.03% from 255 or 45.03% from 322); Blue value is 80 (31.64% from 255 or 24.84% from 322); Max value from RGB is 145 - color contains mainly: green. Hex color #619150 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #619150 is #9E6EAF. Grayscale: #7B7B7B. Windows color (decimal): -10383024 or 5280097. OLE color: 5280097.

HSL color Cylindrical-coordinate representation of color #619150: hue angle of 104.31º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #619150 is Cyan = 0.33, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.43.

Color convert

RGB9714580-
CMYK0.3300.450.43
HSL104.31º28.89%44.12%-
HSV(B)104.31º44.83%56.86%-
XYZ16.523.3711.23-
YUV123.24103.6109.29-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 30.12%
GREEN value IS 145 (57.03% from 255) = 45.03%
BLUE value IS 80 (31.64% from 255) = 24.84%
R=30.12%
G=45.03%
B=24.84%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal97145800.3300.450.43104.3128.8944.12
Hex6191502102D2B681d2c
Octal14122112041055531503554
Binary11000011001000110100001000010101101101011110100011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #619150; }

 p { color: rgb(97,145,80); }

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

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

 a { background-color: rgb(97,145,80); }

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

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

 span { border-color: rgb(97,145,80); }

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