#639450

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

Shades of Glade Green #639450

Tints of Glade Green #639450

Color information

#639450 (or 0x639450) is unknown color: approx Glade Green. HEX triplet: 63, 94 and 50. RGB value is (99,148,80). Sum of RGB (Red+Green+Blue) = 99+148+80=327 (43% of max value = 765). Red value is 99 (39.06% from 255 or 30.28% from 327); Green value is 148 (58.20% from 255 or 45.26% from 327); Blue value is 80 (31.64% from 255 or 24.46% from 327); Max value from RGB is 148 - color contains mainly: green. Hex color #639450 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #639450 is #9C6BAF. Grayscale: #7D7D7D. Windows color (decimal): -10251184 or 5280867. OLE color: 5280867.

HSL color Cylindrical-coordinate representation of color #639450: hue angle of 103.24º 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 #639450 is Cyan = 0.33, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.42.

Color convert

RGB9914880-
CMYK0.3300.460.42
HSL103.24º29.82%44.71%-
HSV(B)103.24º45.95%58.04%-
XYZ17.1824.4111.4-
YUV125.6102.27109.03-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 30.28%
GREEN value IS 148 (58.20% from 255) = 45.26%
BLUE value IS 80 (31.64% from 255) = 24.46%
R=30.28%
G=45.26%
B=24.46%

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
Decimal99148800.3300.460.42103.2429.8244.71
Hex6394502102E2A671e2d
Octal14322412041056521473655
Binary11000111001010010100001000010101110101010110011111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #639450; }

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

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

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

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

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

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

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

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