#649152

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

Shades of Glade Green #649152

Tints of Glade Green #649152

Color information

#649152 (or 0x649152) is unknown color: approx Glade Green. HEX triplet: 64, 91 and 52. RGB value is (100,145,82). Sum of RGB (Red+Green+Blue) = 100+145+82=327 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.58% from 327); Green value is 145 (57.03% from 255 or 44.34% from 327); Blue value is 82 (32.42% from 255 or 25.08% from 327); Max value from RGB is 145 - color contains mainly: green. Hex color #649152 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #649152 is #9B6EAD. Grayscale: #7C7C7C. Windows color (decimal): -10186414 or 5411172. OLE color: 5411172.

HSL color Cylindrical-coordinate representation of color #649152: hue angle of 102.86º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #649152 is Cyan = 0.31, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.43.

Color convert

RGB10014582-
CMYK0.3100.430.43
HSL102.86º27.75%44.51%-
HSV(B)102.86º43.45%56.86%-
XYZ16.923.5711.64-
YUV124.36104.09110.62-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 30.58%
GREEN value IS 145 (57.03% from 255) = 44.34%
BLUE value IS 82 (32.42% from 255) = 25.08%
R=30.58%
G=44.34%
B=25.08%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal100145820.3100.430.43102.8627.7544.51
Hex6491521F02B2B671c2d
Octal14422112237053531473455
Binary1100100100100011010010111110101011101011110011111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #649152; }

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

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

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

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

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

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

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

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