#649734

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

Shades of Limeade #649734

Tints of Limeade #649734

Color information

#649734 (or 0x649734) is unknown color: approx Limeade. HEX triplet: 64, 97 and 34. RGB value is (100,151,52). Sum of RGB (Red+Green+Blue) = 100+151+52=303 (40% of max value = 765). Red value is 100 (39.45% from 255 or 33.00% from 303); Green value is 151 (59.38% from 255 or 49.83% from 303); Blue value is 52 (20.70% from 255 or 17.16% from 303); Max value from RGB is 151 - color contains mainly: green. Hex color #649734 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #649734 is #9B68CB. Grayscale: #7C7C7C. Windows color (decimal): -10184908 or 3446628. OLE color: 3446628.

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

Color convert

RGB10015152-
CMYK0.3400.660.41
HSL90.91º48.77%39.8%-
HSV(B)90.91º65.56%59.22%-
XYZ16.9425.097.2-
YUV124.4687.1110.55-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 33.00%
GREEN value IS 151 (59.38% from 255) = 49.83%
BLUE value IS 52 (20.70% from 255) = 17.16%
R=33.00%
G=49.83%
B=17.16%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal100151520.3400.660.4190.9148.7739.8
Hex64973422042295b3128
Octal14422764420102511336150
Binary110010010010111110100100010010000101010011011011110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649734

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #649734; }

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

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

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

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

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

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

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

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