#649C3D

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

Shades of Limeade #649C3D

Tints of Limeade #649C3D

Color information

#649C3D (or 0x649C3D) is unknown color: approx Limeade. HEX triplet: 64, 9C and 3D. RGB value is (100,156,61). Sum of RGB (Red+Green+Blue) = 100+156+61=317 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.55% from 317); Green value is 156 (61.33% from 255 or 49.21% from 317); Blue value is 61 (24.22% from 255 or 19.24% from 317); Max value from RGB is 156 - color contains mainly: green. Hex color #649C3D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #649C3D is #9B63C2. Grayscale: #808080. Windows color (decimal): -10183619 or 4037732. OLE color: 4037732.

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

Color convert

RGB10015661-
CMYK0.3600.610.39
HSL95.37º43.78%42.55%-
HSV(B)95.37º60.9%61.18%-
XYZ17.9926.828.64-
YUV128.4389.95107.72-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 31.55%
GREEN value IS 156 (61.33% from 255) = 49.21%
BLUE value IS 61 (24.22% from 255) = 19.24%
R=31.55%
G=49.21%
B=19.24%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal100156610.3600.610.3995.3743.7842.55
Hex649C3D2403D275f2c2b
Octal1442347544075471375453
Binary11001001001110011110110010001111011001111011111101100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649C3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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