#649D32

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

Shades of Limeade #649D32

Tints of Limeade #649D32

Color information

#649D32 (or 0x649D32) is unknown color: approx Limeade. HEX triplet: 64, 9D and 32. RGB value is (100,157,50). Sum of RGB (Red+Green+Blue) = 100+157+50=307 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.57% from 307); Green value is 157 (61.72% from 255 or 51.14% from 307); Blue value is 50 (19.92% from 255 or 16.29% from 307); Max value from RGB is 157 - color contains mainly: green. Hex color #649D32 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #649D32 is #9B62CD. Grayscale: #808080. Windows color (decimal): -10183374 or 3317092. OLE color: 3317092.

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

Color convert

RGB10015750-
CMYK0.3600.680.38
HSL91.96º51.69%40.59%-
HSV(B)91.96º68.15%61.57%-
XYZ17.8927.057.3-
YUV127.7684.12108.2-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 32.57%
GREEN value IS 157 (61.72% from 255) = 51.14%
BLUE value IS 50 (19.92% from 255) = 16.29%
R=32.57%
G=51.14%
B=16.29%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal100157500.3600.680.3891.9651.6940.59
Hex649D3224044265c3429
Octal14423562440104461346451
Binary110010010011101110010100100010001001001101011100110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649D32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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