#648852

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

Shades of Glade Green #648852

Tints of Glade Green #648852

Color information

#648852 (or 0x648852) is unknown color: approx Glade Green. HEX triplet: 64, 88 and 52. RGB value is (100,136,82). Sum of RGB (Red+Green+Blue) = 100+136+82=318 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.45% from 318); Green value is 136 (53.52% from 255 or 42.77% from 318); Blue value is 82 (32.42% from 255 or 25.79% from 318); Max value from RGB is 136 - color contains mainly: green. Hex color #648852 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #648852 is #9B77AD. Grayscale: #777777. Windows color (decimal): -10188718 or 5408868. OLE color: 5408868.

HSL color Cylindrical-coordinate representation of color #648852: hue angle of 100º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #648852 is Cyan = 0.26, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.47.

Color convert

RGB10013682-
CMYK0.2600.400.47
HSL100º24.77%42.75%-
HSV(B)100º39.71%53.33%-
XYZ15.5820.9311.2-
YUV119.08107.07114.39-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 31.45%
GREEN value IS 136 (53.52% from 255) = 42.77%
BLUE value IS 82 (32.42% from 255) = 25.79%
R=31.45%
G=42.77%
B=25.79%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal100136820.2600.400.4710024.7742.75
Hex6488521A0282F64192b
Octal14421012232050571443153
Binary1100100100010001010010110100101000101111110010011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #648852; }

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

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

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

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

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

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

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

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