#648552

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

Shades of Glade Green #648552

Tints of Glade Green #648552

Color information

#648552 (or 0x648552) is unknown color: approx Glade Green. HEX triplet: 64, 85 and 52. RGB value is (100,133,82). Sum of RGB (Red+Green+Blue) = 100+133+82=315 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.75% from 315); Green value is 133 (52.34% from 255 or 42.22% from 315); Blue value is 82 (32.42% from 255 or 26.03% from 315); Max value from RGB is 133 - color contains mainly: green. Hex color #648552 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #648552 is #9B7AAD. Grayscale: #757575. Windows color (decimal): -10189486 or 5408100. OLE color: 5408100.

HSL color Cylindrical-coordinate representation of color #648552: hue angle of 98.82º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #648552 is Cyan = 0.25, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.48.

Color convert

RGB10013382-
CMYK0.2500.380.48
HSL98.82º23.72%42.16%-
HSV(B)98.82º38.35%52.16%-
XYZ15.1720.0911.06-
YUV117.32108.07115.65-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 31.75%
GREEN value IS 133 (52.34% from 255) = 42.22%
BLUE value IS 82 (32.42% from 255) = 26.03%
R=31.75%
G=42.22%
B=26.03%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal100133820.2500.380.4898.8223.7242.16
Hex648552190263063182a
Octal14420512231046601433052
Binary1100100100001011010010110010100110110000110001111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #648552; }

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

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

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

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

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

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

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

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