#619635

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

Shades of Limeade #619635

Tints of Limeade #619635

Color information

#619635 (or 0x619635) is unknown color: approx Limeade. HEX triplet: 61, 96 and 35. RGB value is (97,150,53). Sum of RGB (Red+Green+Blue) = 97+150+53=300 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.33% from 300); Green value is 150 (58.98% from 255 or 50% from 300); Blue value is 53 (21.09% from 255 or 17.67% from 300); Max value from RGB is 150 - color contains mainly: green. Hex color #619635 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #619635 is #9E69CA. Grayscale: #7B7B7B. Windows color (decimal): -10381771 or 3511905. OLE color: 3511905.

HSL color Cylindrical-coordinate representation of color #619635: hue angle of 92.78º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #619635 is Cyan = 0.35, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.41.

Color convert

RGB9715053-
CMYK0.3500.650.41
HSL92.78º47.78%39.8%-
HSV(B)92.78º64.67%58.82%-
XYZ16.4824.617.25-
YUV123.188.44109.39-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 32.33%
GREEN value IS 150 (58.98% from 255) = 50%
BLUE value IS 53 (21.09% from 255) = 17.67%
R=32.33%
G=50%
B=17.67%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal97150530.3500.650.4192.7847.7839.8
Hex61963523041295d3028
Octal14122665430101511356050
Binary110000110010110110101100011010000011010011011101110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #619635; }

 p { color: rgb(97,150,53); }

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

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

 a { background-color: rgb(97,150,53); }

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

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

 span { border-color: rgb(97,150,53); }

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