#638150

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

Shades of Glade Green #638150

Tints of Glade Green #638150

Color information

#638150 (or 0x638150) is unknown color: approx Glade Green. HEX triplet: 63, 81 and 50. RGB value is (99,129,80). Sum of RGB (Red+Green+Blue) = 99+129+80=308 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.14% from 308); Green value is 129 (50.78% from 255 or 41.88% from 308); Blue value is 80 (31.64% from 255 or 25.97% from 308); Max value from RGB is 129 - color contains mainly: green. Hex color #638150 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #638150 is #9C7EAF. Grayscale: #727272. Windows color (decimal): -10256048 or 5276003. OLE color: 5276003.

HSL color Cylindrical-coordinate representation of color #638150: hue angle of 96.73º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #638150 is Cyan = 0.23, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.49.

Color convert

RGB9912980-
CMYK0.2300.380.49
HSL96.73º23.44%40.98%-
HSV(B)96.73º37.98%50.59%-
XYZ14.4418.9310.48-
YUV114.44108.56116.98-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 32.14%
GREEN value IS 129 (50.78% from 255) = 41.88%
BLUE value IS 80 (31.64% from 255) = 25.97%
R=32.14%
G=41.88%
B=25.97%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal99129800.2300.380.4996.7323.4440.98
Hex6381501702631611729
Octal14320112027046611412751
Binary1100011100000011010000101110100110110001110000110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #638150; }

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

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

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

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

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

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

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

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