#639350

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

Shades of Glade Green #639350

Tints of Glade Green #639350

Color information

#639350 (or 0x639350) is unknown color: approx Glade Green. HEX triplet: 63, 93 and 50. RGB value is (99,147,80). Sum of RGB (Red+Green+Blue) = 99+147+80=326 (43% of max value = 765). Red value is 99 (39.06% from 255 or 30.37% from 326); Green value is 147 (57.81% from 255 or 45.09% from 326); Blue value is 80 (31.64% from 255 or 24.54% from 326); Max value from RGB is 147 - color contains mainly: green. Hex color #639350 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #639350 is #9C6CAF. Grayscale: #7D7D7D. Windows color (decimal): -10251440 or 5280611. OLE color: 5280611.

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

Color convert

RGB9914780-
CMYK0.3300.460.42
HSL102.99º29.52%44.51%-
HSV(B)102.99º45.58%57.65%-
XYZ17.0324.111.34-
YUV125.01102.6109.45-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 30.37%
GREEN value IS 147 (57.81% from 255) = 45.09%
BLUE value IS 80 (31.64% from 255) = 24.54%
R=30.37%
G=45.09%
B=24.54%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal99147800.3300.460.42102.9929.5244.51
Hex6393502102E2A671e2d
Octal14322312041056521473655
Binary11000111001001110100001000010101110101010110011111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #639350; }

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

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

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

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

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

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

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

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