#649A1D

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

Shades of Limeade #649A1D

Tints of Limeade #649A1D

Color information

#649A1D (or 0x649A1D) is unknown color: approx Limeade. HEX triplet: 64, 9A and 1D. RGB value is (100,154,29). Sum of RGB (Red+Green+Blue) = 100+154+29=283 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.34% from 283); Green value is 154 (60.55% from 255 or 54.42% from 283); Blue value is 29 (11.72% from 255 or 10.25% from 283); Max value from RGB is 154 - color contains mainly: green. Hex color #649A1D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #649A1D is #9B65E2. Grayscale: #7C7C7C. Windows color (decimal): -10184163 or 1940068. OLE color: 1940068.

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

Color convert

RGB10015429-
CMYK0.3500.810.40
HSL85.92º68.31%35.88%-
HSV(B)85.92º81.17%60.39%-
XYZ17.0325.915.27-
YUV123.674.61111.16-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 35.34%
GREEN value IS 154 (60.55% from 255) = 54.42%
BLUE value IS 29 (11.72% from 255) = 10.25%
R=35.34%
G=54.42%
B=10.25%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal100154290.3500.810.4085.9268.3135.88
Hex649A1D2305128564424
Octal144232354301215012610444
Binary110010010011010111011000110101000110100010101101000100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649A1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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