#649F1D

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

Shades of Limeade #649F1D

Tints of Limeade #649F1D

Color information

#649F1D (or 0x649F1D) is unknown color: approx Limeade. HEX triplet: 64, 9F and 1D. RGB value is (100,159,29). Sum of RGB (Red+Green+Blue) = 100+159+29=288 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.72% from 288); Green value is 159 (62.5% from 255 or 55.21% from 288); Blue value is 29 (11.72% from 255 or 10.07% from 288); Max value from RGB is 159 - color contains mainly: green. Hex color #649F1D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #649F1D is #9B60E2. Grayscale: #7E7E7E. Windows color (decimal): -10182883 or 1941348. OLE color: 1941348.

HSL color Cylindrical-coordinate representation of color #649F1D: hue angle of 87.23º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #649F1D is Cyan = 0.37, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.38.

Color convert

RGB10015929-
CMYK0.3700.820.38
HSL87.23º69.15%36.86%-
HSV(B)87.23º81.76%62.35%-
XYZ17.8827.595.55-
YUV126.5472.95109.07-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 34.72%
GREEN value IS 159 (62.5% from 255) = 55.21%
BLUE value IS 29 (11.72% from 255) = 10.07%
R=34.72%
G=55.21%
B=10.07%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal100159290.3700.820.3887.2369.1536.86
Hex649F1D2505226574525
Octal144237354501224612710545
Binary110010010011111111011001010101001010011010101111000101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649F1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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