#649C3C

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

Shades of Limeade #649C3C

Tints of Limeade #649C3C

Color information

#649C3C (or 0x649C3C) is unknown color: approx Limeade. HEX triplet: 64, 9C and 3C. RGB value is (100,156,60). Sum of RGB (Red+Green+Blue) = 100+156+60=316 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.65% from 316); Green value is 156 (61.33% from 255 or 49.37% from 316); Blue value is 60 (23.83% from 255 or 18.99% from 316); Max value from RGB is 156 - color contains mainly: green. Hex color #649C3C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #649C3C is #9B63C3. Grayscale: #808080. Windows color (decimal): -10183620 or 3972196. OLE color: 3972196.

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

Color convert

RGB10015660-
CMYK0.3600.620.39
HSL95º44.44%42.35%-
HSV(B)95º61.54%61.18%-
XYZ17.9626.818.5-
YUV128.3189.45107.81-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 31.65%
GREEN value IS 156 (61.33% from 255) = 49.37%
BLUE value IS 60 (23.83% from 255) = 18.99%
R=31.65%
G=49.37%
B=18.99%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal100156600.3600.620.399544.4442.35
Hex649C3C2403E275f2c2a
Octal1442347444076471375452
Binary11001001001110011110010010001111101001111011111101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649C3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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