#649F2A

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

Shades of Limeade #649F2A

Tints of Limeade #649F2A

Color information

#649F2A (or 0x649F2A) is unknown color: approx Limeade. HEX triplet: 64, 9F and 2A. RGB value is (100,159,42). Sum of RGB (Red+Green+Blue) = 100+159+42=301 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.22% from 301); Green value is 159 (62.5% from 255 or 52.82% from 301); Blue value is 42 (16.80% from 255 or 13.95% from 301); Max value from RGB is 159 - color contains mainly: green. Hex color #649F2A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #649F2A is #9B60D5. Grayscale: #808080. Windows color (decimal): -10182870 or 2793316. OLE color: 2793316.

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

Color convert

RGB10015942-
CMYK0.3700.740.38
HSL90.26º58.21%39.41%-
HSV(B)90.26º73.58%62.35%-
XYZ18.0727.676.58-
YUV128.0279.45108.01-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 33.22%
GREEN value IS 159 (62.5% from 255) = 52.82%
BLUE value IS 42 (16.80% from 255) = 13.95%
R=33.22%
G=52.82%
B=13.95%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal100159420.3700.740.3890.2658.2139.41
Hex649F2A2504A265a3a27
Octal14423752450112461327247
Binary110010010011111101010100101010010101001101011010111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649F2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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