Html Css Color HEX #63994B Glade Green

📋 copy color: '#63994B'

red 99 ◦ green 153 ◦ blue 75

#63994B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Glade Green #63994B

Tints of Glade Green #63994B

RGB

 RED value IS 99 (39.06% from 255) = 30.28%

 GREEN value IS 153 (60.16% from 255) = 46.79%

 BLUE value IS 75 (29.69% from 255) = 22.94%

R = 30.28%
G = 46.79%
B = 22.94%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.51

 K value IS 0.4

RGB Variations

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

Color information

#63994B (or 0x63994B) is known color: Glade Green. HEX triplet: 63, 99 and 4B. RGB value is (99,153,75). Sum of RGB (Red+Green+Blue) = 99+153+75=327 (43% of max value = 765). Red value is 99 (39.06% from 255 or 30.28% from 327); Green value is 153 (60.16% from 255 or 46.79% from 327); Blue value is 75 (29.69% from 255 or 22.94% from 327); Max value from RGB is 153 - color contains mainly: green. Hex color #63994B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #63994B is #9C66B4. Grayscale: #808080. Windows color (decimal): -10249909 or 4954467. OLE color: 4954467.

HSL color Cylindrical-coordinate representation of color #63994B: hue angle of 101.54º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #63994B is Cyan = 0.35, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.4.

Color convert

RGB 99 153 75 -
CMYK 0.35 0 0.51 0.4
HSL 101.54º 0.34% 0.45% -
HSV(B) 101.54º 0.51% 0.6% -
XYZ 17.81 25.94 10.73 -
YUV 127.96 98.11 107.34 -
System Red Green Blue C M Y K H S L
Decimal 99 153 75 0.35 0 0.51 0.4 101.54 0.34 0.45
Hex 63 99 4B 23 0 33 28 66 22 2D
Octal 143 231 113 43 0 63 50 146 42 55
Binary 1100011 10011001 1001011 100011 0 110011 101000 1100110 100010 101101

Color Harmonies of #63994B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63994B

Black with #63994B

Text Example


Text Example

White with #63994B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #63994B;
 }
 .AnyTagClassName
 {
   color: #63994B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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