#638C4B

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

Shades of Glade Green #638C4B

Tints of Glade Green #638C4B

Color information

#638C4B (or 0x638C4B) is unknown color: approx Glade Green. HEX triplet: 63, 8C and 4B. RGB value is (99,140,75). Sum of RGB (Red+Green+Blue) = 99+140+75=314 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.53% from 314); Green value is 140 (55.08% from 255 or 44.59% from 314); Blue value is 75 (29.69% from 255 or 23.89% from 314); Max value from RGB is 140 - color contains mainly: green. Hex color #638C4B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #638C4B is #9C73B4. Grayscale: #787878. Windows color (decimal): -10253237 or 4951139. OLE color: 4951139.

HSL color Cylindrical-coordinate representation of color #638C4B: hue angle of 97.85º degrees, saturation: 0.3, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #638C4B is Cyan = 0.29, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.45.

Color convert

RGB9914075-
CMYK0.2900.460.45
HSL97.85º30.23%42.16%-
HSV(B)97.85º46.43%54.9%-
XYZ15.7921.9210.05-
YUV120.33102.42112.79-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 31.53%
GREEN value IS 140 (55.08% from 255) = 44.59%
BLUE value IS 75 (29.69% from 255) = 23.89%
R=31.53%
G=44.59%
B=23.89%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal99140750.2900.460.4597.8530.2342.16
Hex638C4B1D02E2D621e2a
Octal14321411335056551423652
Binary1100011100011001001011111010101110101101110001011110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #638C4B; }

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

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

<style>
 a { background-color: #638C4B; }

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

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

<style>
 span { border-color: #638C4B; }

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

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