#63972D

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

Shades of Limeade #63972D

Tints of Limeade #63972D

Color information

#63972D (or 0x63972D) is unknown color: approx Limeade. HEX triplet: 63, 97 and 2D. RGB value is (99,151,45). Sum of RGB (Red+Green+Blue) = 99+151+45=295 (39% of max value = 765). Red value is 99 (39.06% from 255 or 33.56% from 295); Green value is 151 (59.38% from 255 or 51.19% from 295); Blue value is 45 (17.97% from 255 or 15.25% from 295); Max value from RGB is 151 - color contains mainly: green. Hex color #63972D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #63972D is #9C68D2. Grayscale: #7B7B7B. Windows color (decimal): -10250451 or 2987875. OLE color: 2987875.

HSL color Cylindrical-coordinate representation of color #63972D: hue angle of 89.43º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #63972D is Cyan = 0.34, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.41.

Color convert

RGB9915145-
CMYK0.3400.700.41
HSL89.43º54.08%38.43%-
HSV(B)89.43º70.2%59.22%-
XYZ16.6924.986.42-
YUV123.3783.77110.62-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 33.56%
GREEN value IS 151 (59.38% from 255) = 51.19%
BLUE value IS 45 (17.97% from 255) = 15.25%
R=33.56%
G=51.19%
B=15.25%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal99151450.3400.700.4189.4354.0838.43
Hex63972D2204629593626
Octal14322755420106511316646
Binary110001110010111101101100010010001101010011011001110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63972D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63972D; }

 p { color: rgb(99,151,45); }

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

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

 a { background-color: rgb(99,151,45); }

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

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

 span { border-color: rgb(99,151,45); }

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