#619C34

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

Shades of Limeade #619C34

Tints of Limeade #619C34

Color information

#619C34 (or 0x619C34) is unknown color: approx Limeade. HEX triplet: 61, 9C and 34. RGB value is (97,156,52). Sum of RGB (Red+Green+Blue) = 97+156+52=305 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.80% from 305); Green value is 156 (61.33% from 255 or 51.15% from 305); Blue value is 52 (20.70% from 255 or 17.05% from 305); Max value from RGB is 156 - color contains mainly: green. Hex color #619C34 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #619C34 is #9E63CB. Grayscale: #7E7E7E. Windows color (decimal): -10380236 or 3447905. OLE color: 3447905.

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

Color convert

RGB9715652-
CMYK0.3800.670.39
HSL94.04º50%40.78%-
HSV(B)94.04º66.67%61.18%-
XYZ17.4426.577.46-
YUV126.585.95106.96-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 31.80%
GREEN value IS 156 (61.33% from 255) = 51.15%
BLUE value IS 52 (20.70% from 255) = 17.05%
R=31.80%
G=51.15%
B=17.05%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal97156520.3800.670.3994.045040.78
Hex619C3426043275e3229
Octal14123464460103471366251
Binary110000110011100110100100110010000111001111011110110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619C34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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