#63914B

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

Shades of Glade Green #63914B

Tints of Glade Green #63914B

Color information

#63914B (or 0x63914B) is unknown color: approx Glade Green. HEX triplet: 63, 91 and 4B. RGB value is (99,145,75). Sum of RGB (Red+Green+Blue) = 99+145+75=319 (42% of max value = 765). Red value is 99 (39.06% from 255 or 31.03% from 319); Green value is 145 (57.03% from 255 or 45.45% from 319); Blue value is 75 (29.69% from 255 or 23.51% from 319); Max value from RGB is 145 - color contains mainly: green. Hex color #63914B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #63914B is #9C6EB4. Grayscale: #7B7B7B. Windows color (decimal): -10251957 or 4952419. OLE color: 4952419.

HSL color Cylindrical-coordinate representation of color #63914B: hue angle of 99.43º degrees, saturation: 0.32, 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 #63914B is Cyan = 0.32, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.43.

Color convert

RGB9914575-
CMYK0.3200.480.43
HSL99.43º31.82%43.14%-
HSV(B)99.43º48.28%56.86%-
XYZ16.5423.4110.3-
YUV123.27100.76110.69-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 31.03%
GREEN value IS 145 (57.03% from 255) = 45.45%
BLUE value IS 75 (29.69% from 255) = 23.51%
R=31.03%
G=45.45%
B=23.51%

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
Decimal99145750.3200.480.4399.4331.8243.14
Hex63914B200302B63202b
Octal14322111340060531434053
Binary110001110010001100101110000001100001010111100011100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63914B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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