#649C36

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

Shades of Limeade #649C36

Tints of Limeade #649C36

Color information

#649C36 (or 0x649C36) is unknown color: approx Limeade. HEX triplet: 64, 9C and 36. RGB value is (100,156,54). Sum of RGB (Red+Green+Blue) = 100+156+54=310 (41% of max value = 765). Red value is 100 (39.45% from 255 or 32.26% from 310); Green value is 156 (61.33% from 255 or 50.32% from 310); Blue value is 54 (21.48% from 255 or 17.42% from 310); Max value from RGB is 156 - color contains mainly: green. Hex color #649C36 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #649C36 is #9B63C9. Grayscale: #7F7F7F. Windows color (decimal): -10183626 or 3578980. OLE color: 3578980.

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

Color convert

RGB10015654-
CMYK0.3600.650.39
HSL92.94º48.57%41.18%-
HSV(B)92.94º65.38%61.18%-
XYZ17.8126.757.72-
YUV127.6386.45108.29-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 32.26%
GREEN value IS 156 (61.33% from 255) = 50.32%
BLUE value IS 54 (21.48% from 255) = 17.42%
R=32.26%
G=50.32%
B=17.42%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal100156540.3600.650.3992.9448.5741.18
Hex649C3624041275d3129
Octal14423466440101471356151
Binary110010010011100110110100100010000011001111011101110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649C36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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