#506259

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

Shades of Viridian Green #506259

Tints of Viridian Green #506259

Color information

#506259 (or 0x506259) is unknown color: approx Viridian Green. HEX triplet: 50, 62 and 59. RGB value is (80,98,89). Sum of RGB (Red+Green+Blue) = 80+98+89=267 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.96% from 267); Green value is 98 (38.67% from 255 or 36.70% from 267); Blue value is 89 (35.16% from 255 or 33.33% from 267); Max value from RGB is 98 - color contains mainly: green. Hex color #506259 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506259 is #AF9DA6. Grayscale: #5B5B5B. Windows color (decimal): -11509159 or 5857872. OLE color: 5857872.

HSL color Cylindrical-coordinate representation of color #506259: hue angle of 150º degrees, saturation: 0.1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #506259 is Cyan = 0.18, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.62.

Color convert

RGB809889-
CMYK0.1800.090.62
HSL150º10.11%34.9%-
HSV(B)150º18.37%38.43%-
XYZ9.4811.1611.11-
YUV91.59126.54119.73-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 29.96%
GREEN value IS 98 (38.67% from 255) = 36.70%
BLUE value IS 89 (35.16% from 255) = 33.33%
R=29.96%
G=36.70%
B=33.33%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8098890.1800.090.6215010.1134.9
Hex50625912093E96a23
Octal12014213122011762261243
Binary1010000110001010110011001001001111110100101101010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506259; }

 p { color: rgb(80,98,89); }

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

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

 a { background-color: rgb(80,98,89); }

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

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

 span { border-color: rgb(80,98,89); }

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