#63914A

Color #63914A Glade Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Glade Green #63914A

Tints of Glade Green #63914A

Color information

#63914A (or 0x63914A) is unknown color: approx Glade Green. HEX triplet: 63, 91 and 4A. RGB value is (99,145,74). Sum of RGB (Red+Green+Blue) = 99+145+74=318 (42% of max value = 765). Red value is 99 (39.06% from 255 or 31.13% from 318); Green value is 145 (57.03% from 255 or 45.60% from 318); Blue value is 74 (29.30% from 255 or 23.27% from 318); Max value from RGB is 145 - color contains mainly: green. Hex color #63914A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #63914A is #9C6EB5. Grayscale: #7B7B7B. Windows color (decimal): -10251958 or 4886883. OLE color: 4886883.

HSL color Cylindrical-coordinate representation of color #63914A: hue angle of 98.87º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #63914A is Cyan = 0.32, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.43.

Color convert

RGB9914574-
CMYK0.3200.490.43
HSL98.87º32.42%42.94%-
HSV(B)98.87º48.97%56.86%-
XYZ16.5123.410.12-
YUV123.15100.26110.77-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 31.13%
GREEN value IS 145 (57.03% from 255) = 45.60%
BLUE value IS 74 (29.30% from 255) = 23.27%
R=31.13%
G=45.60%
B=23.27%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal99145740.3200.490.4398.8732.4242.94
Hex63914A200312B63202b
Octal14322111240061531434053
Binary110001110010001100101010000001100011010111100011100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63914A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63914A; }

 p { color: rgb(99,145,74); }

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

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

 a { background-color: rgb(99,145,74); }

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

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

 span { border-color: rgb(99,145,74); }

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