#649252

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

Shades of Glade Green #649252

Tints of Glade Green #649252

Color information

#649252 (or 0x649252) is unknown color: approx Glade Green. HEX triplet: 64, 92 and 52. RGB value is (100,146,82). Sum of RGB (Red+Green+Blue) = 100+146+82=328 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.49% from 328); Green value is 146 (57.42% from 255 or 44.51% from 328); Blue value is 82 (32.42% from 255 or 25% from 328); Max value from RGB is 146 - color contains mainly: green. Hex color #649252 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #649252 is #9B6DAD. Grayscale: #7D7D7D. Windows color (decimal): -10186158 or 5411428. OLE color: 5411428.

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

Color convert

RGB10014682-
CMYK0.3200.440.43
HSL103.12º28.07%44.71%-
HSV(B)103.12º43.84%57.25%-
XYZ17.0623.8811.69-
YUV124.95103.76110.2-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 30.49%
GREEN value IS 146 (57.42% from 255) = 44.51%
BLUE value IS 82 (32.42% from 255) = 25%
R=30.49%
G=44.51%
B=25%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal100146820.3200.440.43103.1228.0744.71
Hex6492522002C2B671c2d
Octal14422212240054531473455
Binary11001001001001010100101000000101100101011110011111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #649252; }

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

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

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

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

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

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

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

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