#619C35

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

Shades of Limeade #619C35

Tints of Limeade #619C35

Color information

#619C35 (or 0x619C35) is unknown color: approx Limeade. HEX triplet: 61, 9C and 35. RGB value is (97,156,53). Sum of RGB (Red+Green+Blue) = 97+156+53=306 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.70% from 306); Green value is 156 (61.33% from 255 or 50.98% from 306); Blue value is 53 (21.09% from 255 or 17.32% from 306); Max value from RGB is 156 - color contains mainly: green. Hex color #619C35 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #619C35 is #9E63CA. Grayscale: #7E7E7E. Windows color (decimal): -10380235 or 3513441. OLE color: 3513441.

HSL color Cylindrical-coordinate representation of color #619C35: hue angle of 94.37º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #619C35 is Cyan = 0.38, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.39.

Color convert

RGB9715653-
CMYK0.3800.660.39
HSL94.37º49.28%40.98%-
HSV(B)94.37º66.03%61.18%-
XYZ17.4626.587.58-
YUV126.6286.45106.88-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 31.70%
GREEN value IS 156 (61.33% from 255) = 50.98%
BLUE value IS 53 (21.09% from 255) = 17.32%
R=31.70%
G=50.98%
B=17.32%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal97156530.3800.660.3994.3749.2840.98
Hex619C3526042275e3129
Octal14123465460102471366151
Binary110000110011100110101100110010000101001111011110110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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