#639932

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

Shades of Limeade #639932

Tints of Limeade #639932

Color information

#639932 (or 0x639932) is unknown color: approx Limeade. HEX triplet: 63, 99 and 32. RGB value is (99,153,50). Sum of RGB (Red+Green+Blue) = 99+153+50=302 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.78% from 302); Green value is 153 (60.16% from 255 or 50.66% from 302); Blue value is 50 (19.92% from 255 or 16.56% from 302); Max value from RGB is 153 - color contains mainly: green. Hex color #639932 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #639932 is #9C66CD. Grayscale: #7D7D7D. Windows color (decimal): -10249934 or 3316067. OLE color: 3316067.

HSL color Cylindrical-coordinate representation of color #639932: hue angle of 91.46º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #639932 is Cyan = 0.35, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.4.

Color convert

RGB9915350-
CMYK0.3500.670.4
HSL91.46º50.74%39.8%-
HSV(B)91.46º67.32%60%-
XYZ17.1125.677.07-
YUV125.1185.61109.38-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 32.78%
GREEN value IS 153 (60.16% from 255) = 50.66%
BLUE value IS 50 (19.92% from 255) = 16.56%
R=32.78%
G=50.66%
B=16.56%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal99153500.3500.670.491.4650.7439.8
Hex63993223043285b3328
Octal14323162430103501336350
Binary110001110011001110010100011010000111010001011011110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #639932; }

 p { color: rgb(99,153,50); }

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

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

 a { background-color: rgb(99,153,50); }

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

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

 span { border-color: rgb(99,153,50); }

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