#638255

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

Shades of Glade Green #638255

Tints of Glade Green #638255

Color information

#638255 (or 0x638255) is unknown color: approx Glade Green. HEX triplet: 63, 82 and 55. RGB value is (99,130,85). Sum of RGB (Red+Green+Blue) = 99+130+85=314 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.53% from 314); Green value is 130 (51.17% from 255 or 41.40% from 314); Blue value is 85 (33.59% from 255 or 27.07% from 314); Max value from RGB is 130 - color contains mainly: green. Hex color #638255 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #638255 is #9C7DAA. Grayscale: #737373. Windows color (decimal): -10255787 or 5603939. OLE color: 5603939.

HSL color Cylindrical-coordinate representation of color #638255: hue angle of 101.33º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #638255 is Cyan = 0.24, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.49.

Color convert

RGB9913085-
CMYK0.2400.350.49
HSL101.33º20.93%42.16%-
HSV(B)101.33º34.62%50.98%-
XYZ14.7719.2711.54-
YUV115.6110.73116.16-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 31.53%
GREEN value IS 130 (51.17% from 255) = 41.40%
BLUE value IS 85 (33.59% from 255) = 27.07%
R=31.53%
G=41.40%
B=27.07%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal99130850.2400.350.49101.3320.9342.16
Hex638255180233165152a
Octal14320212530043611452552
Binary1100011100000101010101110000100011110001110010110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #638255; }

 p { color: rgb(99,130,85); }

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

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

 a { background-color: rgb(99,130,85); }

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

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

 span { border-color: rgb(99,130,85); }

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