#639150

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

Shades of Glade Green #639150

Tints of Glade Green #639150

Color information

#639150 (or 0x639150) is unknown color: approx Glade Green. HEX triplet: 63, 91 and 50. RGB value is (99,145,80). Sum of RGB (Red+Green+Blue) = 99+145+80=324 (42% of max value = 765). Red value is 99 (39.06% from 255 or 30.56% from 324); Green value is 145 (57.03% from 255 or 44.75% from 324); Blue value is 80 (31.64% from 255 or 24.69% from 324); Max value from RGB is 145 - color contains mainly: green. Hex color #639150 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #639150 is #9C6EAF. Grayscale: #7C7C7C. Windows color (decimal): -10251952 or 5280099. OLE color: 5280099.

HSL color Cylindrical-coordinate representation of color #639150: hue angle of 102.46º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #639150 is Cyan = 0.32, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.43.

Color convert

RGB9914580-
CMYK0.3200.450.43
HSL102.46º28.89%44.12%-
HSV(B)102.46º44.83%56.86%-
XYZ16.7223.4811.24-
YUV123.84103.26110.29-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 30.56%
GREEN value IS 145 (57.03% from 255) = 44.75%
BLUE value IS 80 (31.64% from 255) = 24.69%
R=30.56%
G=44.75%
B=24.69%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal99145800.3200.450.43102.4628.8944.12
Hex6391502002D2B661d2c
Octal14322112040055531463554
Binary11000111001000110100001000000101101101011110011011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #639150; }

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

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

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

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

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

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

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

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