#63962B

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

Shades of Limeade #63962B

Tints of Limeade #63962B

Color information

#63962B (or 0x63962B) is unknown color: approx Limeade. HEX triplet: 63, 96 and 2B. RGB value is (99,150,43). Sum of RGB (Red+Green+Blue) = 99+150+43=292 (38% of max value = 765). Red value is 99 (39.06% from 255 or 33.90% from 292); Green value is 150 (58.98% from 255 or 51.37% from 292); Blue value is 43 (17.19% from 255 or 14.73% from 292); Max value from RGB is 150 - color contains mainly: green. Hex color #63962B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #63962B is #9C69D4. Grayscale: #7A7A7A. Windows color (decimal): -10250709 or 2856547. OLE color: 2856547.

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

Color convert

RGB9915043-
CMYK0.3400.710.41
HSL88.6º55.44%37.84%-
HSV(B)88.6º71.33%58.82%-
XYZ16.4924.646.17-
YUV122.5583.1111.2-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 33.90%
GREEN value IS 150 (58.98% from 255) = 51.37%
BLUE value IS 43 (17.19% from 255) = 14.73%
R=33.90%
G=51.37%
B=14.73%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal99150430.3400.710.4188.655.4437.84
Hex63962B2204729593726
Octal14322653420107511316746
Binary110001110010110101011100010010001111010011011001110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63962B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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