#63962E

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

Shades of Limeade #63962E

Tints of Limeade #63962E

Color information

#63962E (or 0x63962E) is unknown color: approx Limeade. HEX triplet: 63, 96 and 2E. RGB value is (99,150,46). Sum of RGB (Red+Green+Blue) = 99+150+46=295 (39% of max value = 765). Red value is 99 (39.06% from 255 or 33.56% from 295); Green value is 150 (58.98% from 255 or 50.85% from 295); Blue value is 46 (18.36% from 255 or 15.59% from 295); Max value from RGB is 150 - color contains mainly: green. Hex color #63962E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #63962E is #9C69D1. Grayscale: #7B7B7B. Windows color (decimal): -10250706 or 3053155. OLE color: 3053155.

HSL color Cylindrical-coordinate representation of color #63962E: hue angle of 89.42º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #63962E is Cyan = 0.34, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.41.

Color convert

RGB9915046-
CMYK0.3400.690.41
HSL89.42º53.06%38.43%-
HSV(B)89.42º69.33%58.82%-
XYZ16.5524.666.47-
YUV122.984.6110.96-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 33.56%
GREEN value IS 150 (58.98% from 255) = 50.85%
BLUE value IS 46 (18.36% from 255) = 15.59%
R=33.56%
G=50.85%
B=15.59%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal99150460.3400.690.4189.4253.0638.43
Hex63962E2204529593526
Octal14322656420105511316546
Binary110001110010110101110100010010001011010011011001110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63962E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63962E; }

 p { color: rgb(99,150,46); }

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

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

 a { background-color: rgb(99,150,46); }

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

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

 span { border-color: rgb(99,150,46); }

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