#619B3F

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

Shades of Limeade #619B3F

Tints of Limeade #619B3F

Color information

#619B3F (or 0x619B3F) is unknown color: approx Limeade. HEX triplet: 61, 9B and 3F. RGB value is (97,155,63). Sum of RGB (Red+Green+Blue) = 97+155+63=315 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.79% from 315); Green value is 155 (60.94% from 255 or 49.21% from 315); Blue value is 63 (25% from 255 or 20% from 315); Max value from RGB is 155 - color contains mainly: green. Hex color #619B3F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #619B3F is #9E64C0. Grayscale: #7F7F7F. Windows color (decimal): -10380481 or 4168545. OLE color: 4168545.

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

Color convert

RGB9715563-
CMYK0.3700.590.39
HSL97.83º42.2%42.75%-
HSV(B)97.83º59.35%60.78%-
XYZ17.5526.348.86-
YUV127.1791.78106.48-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 30.79%
GREEN value IS 155 (60.94% from 255) = 49.21%
BLUE value IS 63 (25% from 255) = 20%
R=30.79%
G=49.21%
B=20%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal97155630.3700.590.3997.8342.242.75
Hex619B3F2503B27622a2b
Octal1412337745073471425253
Binary11000011001101111111110010101110111001111100010101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619B3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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