#658450

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

Shades of Glade Green #658450

Tints of Glade Green #658450

Color information

#658450 (or 0x658450) is unknown color: approx Glade Green. HEX triplet: 65, 84 and 50. RGB value is (101,132,80). Sum of RGB (Red+Green+Blue) = 101+132+80=313 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.27% from 313); Green value is 132 (51.95% from 255 or 42.17% from 313); Blue value is 80 (31.64% from 255 or 25.56% from 313); Max value from RGB is 132 - color contains mainly: green. Hex color #658450 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #658450 is #9A7BAF. Grayscale: #747474. Windows color (decimal): -10124208 or 5276773. OLE color: 5276773.

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

Color convert

RGB10113280-
CMYK0.2300.390.48
HSL95.77º24.53%41.57%-
HSV(B)95.77º39.39%51.76%-
XYZ15.0719.8510.63-
YUV116.8107.23116.73-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 32.27%
GREEN value IS 132 (51.95% from 255) = 42.17%
BLUE value IS 80 (31.64% from 255) = 25.56%
R=32.27%
G=42.17%
B=25.56%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal101132800.2300.390.4895.7724.5341.57
Hex658450170273060192a
Octal14520412027047601403152
Binary1100101100001001010000101110100111110000110000011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #658450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #658450; }

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

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

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

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

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

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

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

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