#649728

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

Shades of Limeade #649728

Tints of Limeade #649728

Color information

#649728 (or 0x649728) is unknown color: approx Limeade. HEX triplet: 64, 97 and 28. RGB value is (100,151,40). Sum of RGB (Red+Green+Blue) = 100+151+40=291 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.36% from 291); Green value is 151 (59.38% from 255 or 51.89% from 291); Blue value is 40 (16.02% from 255 or 13.75% from 291); Max value from RGB is 151 - color contains mainly: green. Hex color #649728 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #649728 is #9B68D7. Grayscale: #7B7B7B. Windows color (decimal): -10184920 or 2660196. OLE color: 2660196.

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

Color convert

RGB10015140-
CMYK0.3400.740.41
HSL87.57º58.12%37.45%-
HSV(B)87.57º73.51%59.22%-
XYZ16.71255.95-
YUV123.181.1111.53-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 34.36%
GREEN value IS 151 (59.38% from 255) = 51.89%
BLUE value IS 40 (16.02% from 255) = 13.75%
R=34.36%
G=51.89%
B=13.75%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal100151400.3400.740.4187.5758.1237.45
Hex6497282204A29583a25
Octal14422750420112511307245
Binary110010010010111101000100010010010101010011011000111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #649728; }

 p { color: rgb(100,151,40); }

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

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

 a { background-color: rgb(100,151,40); }

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

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

 span { border-color: rgb(100,151,40); }

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