#648352

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

Shades of Glade Green #648352

Tints of Glade Green #648352

Color information

#648352 (or 0x648352) is unknown color: approx Glade Green. HEX triplet: 64, 83 and 52. RGB value is (100,131,82). Sum of RGB (Red+Green+Blue) = 100+131+82=313 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.95% from 313); Green value is 131 (51.56% from 255 or 41.85% from 313); Blue value is 82 (32.42% from 255 or 26.20% from 313); Max value from RGB is 131 - color contains mainly: green. Hex color #648352 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #648352 is #9B7CAD. Grayscale: #747474. Windows color (decimal): -10189998 or 5407588. OLE color: 5407588.

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

Color convert

RGB10013182-
CMYK0.2400.370.49
HSL97.96º23%41.76%-
HSV(B)97.96º37.4%51.37%-
XYZ14.8919.5510.97-
YUV116.14108.73116.48-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 31.95%
GREEN value IS 131 (51.56% from 255) = 41.85%
BLUE value IS 82 (32.42% from 255) = 26.20%
R=31.95%
G=41.85%
B=26.20%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal100131820.2400.370.4997.962341.76
Hex648352180253162172a
Octal14420312230045611422752
Binary1100100100000111010010110000100101110001110001010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #648352; }

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

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

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

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

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

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

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

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