#638550

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

Shades of Glade Green #638550

Tints of Glade Green #638550

Color information

#638550 (or 0x638550) is unknown color: approx Glade Green. HEX triplet: 63, 85 and 50. RGB value is (99,133,80). Sum of RGB (Red+Green+Blue) = 99+133+80=312 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.73% from 312); Green value is 133 (52.34% from 255 or 42.63% from 312); Blue value is 80 (31.64% from 255 or 25.64% from 312); Max value from RGB is 133 - color contains mainly: green. Hex color #638550 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #638550 is #9C7AAF. Grayscale: #747474. Windows color (decimal): -10255024 or 5277027. OLE color: 5277027.

HSL color Cylindrical-coordinate representation of color #638550: hue angle of 98.49º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #638550 is Cyan = 0.26, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.48.

Color convert

RGB9913380-
CMYK0.2600.400.48
HSL98.49º24.88%41.76%-
HSV(B)98.49º39.85%52.16%-
XYZ14.9820.0110.66-
YUV116.79107.24115.31-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 31.73%
GREEN value IS 133 (52.34% from 255) = 42.63%
BLUE value IS 80 (31.64% from 255) = 25.64%
R=31.73%
G=42.63%
B=25.64%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal99133800.2600.400.4898.4924.8841.76
Hex6385501A0283062192a
Octal14320512032050601423152
Binary1100011100001011010000110100101000110000110001011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #638550; }

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

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

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

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

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

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

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

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