#619524

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

Shades of Limeade #619524

Tints of Limeade #619524

Color information

#619524 (or 0x619524) is unknown color: approx Limeade. HEX triplet: 61, 95 and 24. RGB value is (97,149,36). Sum of RGB (Red+Green+Blue) = 97+149+36=282 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.40% from 282); Green value is 149 (58.59% from 255 or 52.84% from 282); Blue value is 36 (14.45% from 255 or 12.77% from 282); Max value from RGB is 149 - color contains mainly: green. Hex color #619524 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #619524 is #9E6ADB. Grayscale: #787878. Windows color (decimal): -10382044 or 2397537. OLE color: 2397537.

HSL color Cylindrical-coordinate representation of color #619524: hue angle of 87.61º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #619524 is Cyan = 0.35, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.42.

Color convert

RGB9714936-
CMYK0.3500.760.42
HSL87.61º61.08%36.27%-
HSV(B)87.61º75.84%58.43%-
XYZ1624.165.49-
YUV120.5780.27111.19-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 34.40%
GREEN value IS 149 (58.59% from 255) = 52.84%
BLUE value IS 36 (14.45% from 255) = 12.77%
R=34.40%
G=52.84%
B=12.77%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal97149360.3500.760.4287.6161.0836.27
Hex6195242304C2A583d24
Octal14122544430114521307544
Binary110000110010101100100100011010011001010101011000111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #619524; }

 p { color: rgb(97,149,36); }

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

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

 a { background-color: rgb(97,149,36); }

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

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

 span { border-color: rgb(97,149,36); }

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