#459571

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

Shades of Viridian #459571

Tints of Viridian #459571

Color information

#459571 (or 0x459571) is unknown color: approx Viridian. HEX triplet: 45, 95 and 71. RGB value is (69,149,113). Sum of RGB (Red+Green+Blue) = 69+149+113=331 (43% of max value = 765). Red value is 69 (27.34% from 255 or 20.85% from 331); Green value is 149 (58.59% from 255 or 45.02% from 331); Blue value is 113 (44.53% from 255 or 34.14% from 331); Max value from RGB is 149 - color contains mainly: green. Hex color #459571 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #459571 is #BA6A8E. Grayscale: #797979. Windows color (decimal): -12216975 or 7443781. OLE color: 7443781.

HSL color Cylindrical-coordinate representation of color #459571: hue angle of 153º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #459571 is Cyan = 0.54, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB69149113-
CMYK0.5400.240.42
HSL153º36.7%42.75%-
HSV(B)153º53.69%58.43%-
XYZ16.1823.9519.39-
YUV120.98123.590.93-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 20.85%
GREEN value IS 149 (58.59% from 255) = 45.02%
BLUE value IS 113 (44.53% from 255) = 34.14%
R=20.85%
G=45.02%
B=34.14%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal691491130.5400.240.4215336.742.75
Hex459571360182A99252b
Octal10522516166030522314553
Binary100010110010101111000111011001100010101010011001100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #459571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #459571; }

 p { color: rgb(69,149,113); }

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

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

 a { background-color: rgb(69,149,113); }

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

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

 span { border-color: rgb(69,149,113); }

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