#638650

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

Shades of Glade Green #638650

Tints of Glade Green #638650

Color information

#638650 (or 0x638650) is unknown color: approx Glade Green. HEX triplet: 63, 86 and 50. RGB value is (99,134,80). Sum of RGB (Red+Green+Blue) = 99+134+80=313 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.63% from 313); Green value is 134 (52.73% from 255 or 42.81% from 313); Blue value is 80 (31.64% from 255 or 25.56% from 313); Max value from RGB is 134 - color contains mainly: green. Hex color #638650 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #638650 is #9C79AF. Grayscale: #757575. Windows color (decimal): -10254768 or 5277283. OLE color: 5277283.

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

Color convert

RGB9913480-
CMYK0.2600.400.47
HSL98.89º25.23%41.96%-
HSV(B)98.89º40.3%52.55%-
XYZ15.1220.2810.71-
YUV117.38106.9114.89-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 31.63%
GREEN value IS 134 (52.73% from 255) = 42.81%
BLUE value IS 80 (31.64% from 255) = 25.56%
R=31.63%
G=42.81%
B=25.56%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal99134800.2600.400.4798.8925.2341.96
Hex6386501A0282F63192a
Octal14320612032050571433152
Binary1100011100001101010000110100101000101111110001111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #638650; }

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

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

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

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

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

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

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

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