#649B3D

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

Shades of Limeade #649B3D

Tints of Limeade #649B3D

Color information

#649B3D (or 0x649B3D) is unknown color: approx Limeade. HEX triplet: 64, 9B and 3D. RGB value is (100,155,61). Sum of RGB (Red+Green+Blue) = 100+155+61=316 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.65% from 316); Green value is 155 (60.94% from 255 or 49.05% from 316); Blue value is 61 (24.22% from 255 or 19.30% from 316); Max value from RGB is 155 - color contains mainly: green. Hex color #649B3D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #649B3D is #9B64C2. Grayscale: #808080. Windows color (decimal): -10183875 or 4037476. OLE color: 4037476.

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

Color convert

RGB10015561-
CMYK0.3500.610.39
HSL95.11º43.52%42.35%-
HSV(B)95.11º60.65%60.78%-
XYZ17.8226.498.59-
YUV127.8490.28108.14-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 31.65%
GREEN value IS 155 (60.94% from 255) = 49.05%
BLUE value IS 61 (24.22% from 255) = 19.30%
R=31.65%
G=49.05%
B=19.30%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal100155610.3500.610.3995.1143.5242.35
Hex649B3D2303D275f2c2a
Octal1442337543075471375452
Binary11001001001101111110110001101111011001111011111101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649B3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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