#649A36

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

Shades of Limeade #649A36

Tints of Limeade #649A36

Color information

#649A36 (or 0x649A36) is unknown color: approx Limeade. HEX triplet: 64, 9A and 36. RGB value is (100,154,54). Sum of RGB (Red+Green+Blue) = 100+154+54=308 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.47% from 308); Green value is 154 (60.55% from 255 or 50% from 308); Blue value is 54 (21.48% from 255 or 17.53% from 308); Max value from RGB is 154 - color contains mainly: green. Hex color #649A36 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #649A36 is #9B65C9. Grayscale: #7E7E7E. Windows color (decimal): -10184138 or 3578468. OLE color: 3578468.

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

Color convert

RGB10015454-
CMYK0.3500.650.40
HSL92.4º48.08%40.78%-
HSV(B)92.4º64.94%60.39%-
XYZ17.4826.097.6-
YUV126.4587.11109.13-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 32.47%
GREEN value IS 154 (60.55% from 255) = 50%
BLUE value IS 54 (21.48% from 255) = 17.53%
R=32.47%
G=50%
B=17.53%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal100154540.3500.650.4092.448.0840.78
Hex649A3623041285c3029
Octal14423266430101501346051
Binary110010010011010110110100011010000011010001011100110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649A36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #649A36; }

 p { color: rgb(100,154,54); }

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

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

 a { background-color: rgb(100,154,54); }

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

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

 span { border-color: rgb(100,154,54); }

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