#638850

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

Shades of Glade Green #638850

Tints of Glade Green #638850

Color information

#638850 (or 0x638850) is unknown color: approx Glade Green. HEX triplet: 63, 88 and 50. RGB value is (99,136,80). Sum of RGB (Red+Green+Blue) = 99+136+80=315 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.43% from 315); Green value is 136 (53.52% from 255 or 43.17% from 315); Blue value is 80 (31.64% from 255 or 25.40% from 315); Max value from RGB is 136 - color contains mainly: green. Hex color #638850 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #638850 is #9C77AF. Grayscale: #767676. Windows color (decimal): -10254256 or 5277795. OLE color: 5277795.

HSL color Cylindrical-coordinate representation of color #638850: hue angle of 99.64º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #638850 is Cyan = 0.27, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.47.

Color convert

RGB9913680-
CMYK0.2700.410.47
HSL99.64º25.93%42.35%-
HSV(B)99.64º41.18%53.33%-
XYZ15.420.8410.8-
YUV118.55106.24114.05-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 31.43%
GREEN value IS 136 (53.52% from 255) = 43.17%
BLUE value IS 80 (31.64% from 255) = 25.40%
R=31.43%
G=43.17%
B=25.40%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal99136800.2700.410.4799.6425.9342.35
Hex6388501B0292F641a2a
Octal14321012033051571443252
Binary1100011100010001010000110110101001101111110010011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #638850; }

 p { color: rgb(99,136,80); }

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

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

 a { background-color: rgb(99,136,80); }

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

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

 span { border-color: rgb(99,136,80); }

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