#63914C

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

Shades of Glade Green #63914C

Tints of Glade Green #63914C

Color information

#63914C (or 0x63914C) is unknown color: approx Glade Green. HEX triplet: 63, 91 and 4C. RGB value is (99,145,76). Sum of RGB (Red+Green+Blue) = 99+145+76=320 (42% of max value = 765). Red value is 99 (39.06% from 255 or 30.94% from 320); Green value is 145 (57.03% from 255 or 45.31% from 320); Blue value is 76 (30.08% from 255 or 23.75% from 320); Max value from RGB is 145 - color contains mainly: green. Hex color #63914C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #63914C is #9C6EB3. Grayscale: #7B7B7B. Windows color (decimal): -10251956 or 5017955. OLE color: 5017955.

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

Color convert

RGB9914576-
CMYK0.3200.480.43
HSL100º31.22%43.33%-
HSV(B)100º47.59%56.86%-
XYZ16.5823.4310.49-
YUV123.38101.26110.61-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 30.94%
GREEN value IS 145 (57.03% from 255) = 45.31%
BLUE value IS 76 (30.08% from 255) = 23.75%
R=30.94%
G=45.31%
B=23.75%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal99145760.3200.480.4310031.2243.33
Hex63914C200302B641f2b
Octal14322111440060531443753
Binary11000111001000110011001000000110000101011110010011111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63914C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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