#619b3a

Color #619B3A Limeade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Limeade #619B3A

Tints of Limeade #619B3A

Color information

#619B3A (or 0x619B3A) is unknown color: approx Limeade. HEX triplet: 61, 9B and 3A. RGB value is (97,155,58). Sum of RGB (Red+Green+Blue) = 97+155+58=310 (41% of max value = 765). Red value is 97 (38.28% from 255 or 31.29% from 310); Green value is 155 (60.94% from 255 or 50% from 310); Blue value is 58 (23.05% from 255 or 18.71% from 310); Max value from RGB is 155 - color contains mainly: green. Hex color #619B3A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #619B3A is #9E64C5. Grayscale: #7E7E7E. Windows color (decimal): -10380486 or 3840865. OLE color: 3840865.

HSL color Cylindrical-coordinate representation of color #619B3A: hue angle of 95.88º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #619B3A is Cyan = 0.37, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.39.

Color convert

RGB9715558-
CMYK0.3700.630.39
HSL95.88º45.54%41.76%-
HSV(B)95.88º62.58%60.78%-
XYZ17.4126.298.16-
YUV126.689.28106.89-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 31.29%
GREEN value IS 155 (60.94% from 255) = 50%
BLUE value IS 58 (23.05% from 255) = 18.71%
R=31.29%
G=50%
B=18.71%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal97155580.3700.630.3995.8845.5441.76
Hex619B3A2503F27602e2a
Octal1412337245077471405652
Binary11000011001101111101010010101111111001111100000101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619b3a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #619b3a; }

 p { color: rgb(97,155,58); }

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

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

 a { background-color: rgb(97,155,58); }

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

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

 span { border-color: rgb(97,155,58); }

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