#648355

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

Shades of Glade Green #648355

Tints of Glade Green #648355

Color information

#648355 (or 0x648355) is unknown color: approx Glade Green. HEX triplet: 64, 83 and 55. RGB value is (100,131,85). Sum of RGB (Red+Green+Blue) = 100+131+85=316 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.65% from 316); Green value is 131 (51.56% from 255 or 41.46% from 316); Blue value is 85 (33.59% from 255 or 26.90% from 316); Max value from RGB is 131 - color contains mainly: green. Hex color #648355 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #648355 is #9B7CAA. Grayscale: #747474. Windows color (decimal): -10189995 or 5604196. OLE color: 5604196.

HSL color Cylindrical-coordinate representation of color #648355: hue angle of 100.43º 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 #648355 is Cyan = 0.24, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.49.

Color convert

RGB10013185-
CMYK0.2400.350.49
HSL100.43º21.3%42.35%-
HSV(B)100.43º35.11%51.37%-
XYZ15.0119.611.59-
YUV116.49110.23116.24-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 31.65%
GREEN value IS 131 (51.56% from 255) = 41.46%
BLUE value IS 85 (33.59% from 255) = 26.90%
R=31.65%
G=41.46%
B=26.90%

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
Decimal100131850.2400.350.49100.4321.342.35
Hex648355180233164152a
Octal14420312530043611442552
Binary1100100100000111010101110000100011110001110010010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #648355; }

 p { color: rgb(100,131,85); }

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

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

 a { background-color: rgb(100,131,85); }

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

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

 span { border-color: rgb(100,131,85); }

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