#658250

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

Shades of Glade Green #658250

Tints of Glade Green #658250

Color information

#658250 (or 0x658250) is unknown color: approx Glade Green. HEX triplet: 65, 82 and 50. RGB value is (101,130,80). Sum of RGB (Red+Green+Blue) = 101+130+80=311 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.48% from 311); Green value is 130 (51.17% from 255 or 41.80% from 311); Blue value is 80 (31.64% from 255 or 25.72% from 311); Max value from RGB is 130 - color contains mainly: green. Hex color #658250 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #658250 is #9A7DAF. Grayscale: #737373. Windows color (decimal): -10124720 or 5276261. OLE color: 5276261.

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

Color convert

RGB10113080-
CMYK0.2200.380.49
HSL94.8º23.81%41.18%-
HSV(B)94.8º38.46%50.98%-
XYZ14.819.3110.54-
YUV115.63107.89117.57-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 32.48%
GREEN value IS 130 (51.17% from 255) = 41.80%
BLUE value IS 80 (31.64% from 255) = 25.72%
R=32.48%
G=41.80%
B=25.72%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal101130800.2200.380.4994.823.8141.18
Hex65825016026315f1829
Octal14520212026046611373051
Binary1100101100000101010000101100100110110001101111111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #658250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #658250; }

 p { color: rgb(101,130,80); }

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

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

 a { background-color: rgb(101,130,80); }

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

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

 span { border-color: rgb(101,130,80); }

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