#649626

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

Shades of Limeade #649626

Tints of Limeade #649626

Color information

#649626 (or 0x649626) is unknown color: approx Limeade. HEX triplet: 64, 96 and 26. RGB value is (100,150,38). Sum of RGB (Red+Green+Blue) = 100+150+38=288 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.72% from 288); Green value is 150 (58.98% from 255 or 52.08% from 288); Blue value is 38 (15.23% from 255 or 13.19% from 288); Max value from RGB is 150 - color contains mainly: green. Hex color #649626 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #649626 is #9B69D9. Grayscale: #7A7A7A. Windows color (decimal): -10185178 or 2528868. OLE color: 2528868.

HSL color Cylindrical-coordinate representation of color #649626: hue angle of 86.79º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #649626 is Cyan = 0.33, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.41.

Color convert

RGB10015038-
CMYK0.3300.750.41
HSL86.79º59.57%36.86%-
HSV(B)86.79º74.67%58.82%-
XYZ16.5124.665.72-
YUV122.2880.44112.11-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 34.72%
GREEN value IS 150 (58.98% from 255) = 52.08%
BLUE value IS 38 (15.23% from 255) = 13.19%
R=34.72%
G=52.08%
B=13.19%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal100150380.3300.750.4186.7959.5736.86
Hex6496262104B29573c25
Octal14422646410113511277445
Binary110010010010110100110100001010010111010011010111111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #649626; }

 p { color: rgb(100,150,38); }

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

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

 a { background-color: rgb(100,150,38); }

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

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

 span { border-color: rgb(100,150,38); }

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