#649F32

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

Shades of Limeade #649F32

Tints of Limeade #649F32

Color information

#649F32 (or 0x649F32) is unknown color: approx Limeade. HEX triplet: 64, 9F and 32. RGB value is (100,159,50). Sum of RGB (Red+Green+Blue) = 100+159+50=309 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.36% from 309); Green value is 159 (62.5% from 255 or 51.46% from 309); Blue value is 50 (19.92% from 255 or 16.18% from 309); Max value from RGB is 159 - color contains mainly: green. Hex color #649F32 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #649F32 is #9B60CD. Grayscale: #818181. Windows color (decimal): -10182862 or 3317604. OLE color: 3317604.

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

Color convert

RGB10015950-
CMYK0.3700.690.38
HSL92.48º52.15%40.98%-
HSV(B)92.48º68.55%62.35%-
XYZ18.2327.747.41-
YUV128.9383.45107.36-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 32.36%
GREEN value IS 159 (62.5% from 255) = 51.46%
BLUE value IS 50 (19.92% from 255) = 16.18%
R=32.36%
G=51.46%
B=16.18%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal100159500.3700.690.3892.4852.1540.98
Hex649F3225045265c3429
Octal14423762450105461346451
Binary110010010011111110010100101010001011001101011100110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649F32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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