#638A4B

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

Shades of Glade Green #638A4B

Tints of Glade Green #638A4B

Color information

#638A4B (or 0x638A4B) is unknown color: approx Glade Green. HEX triplet: 63, 8A and 4B. RGB value is (99,138,75). Sum of RGB (Red+Green+Blue) = 99+138+75=312 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.73% from 312); Green value is 138 (54.30% from 255 or 44.23% from 312); Blue value is 75 (29.69% from 255 or 24.04% from 312); Max value from RGB is 138 - color contains mainly: green. Hex color #638A4B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #638A4B is #9C75B4. Grayscale: #777777. Windows color (decimal): -10253749 or 4950627. OLE color: 4950627.

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

Color convert

RGB9913875-
CMYK0.2800.460.46
HSL97.14º29.58%41.76%-
HSV(B)97.14º45.65%54.12%-
XYZ15.521.349.96-
YUV119.16103.08113.62-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 31.73%
GREEN value IS 138 (54.30% from 255) = 44.23%
BLUE value IS 75 (29.69% from 255) = 24.04%
R=31.73%
G=44.23%
B=24.04%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal99138750.2800.460.4697.1429.5841.76
Hex638A4B1C02E2E611e2a
Octal14321211334056561413652
Binary1100011100010101001011111000101110101110110000111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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