#459570

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

Shades of Viridian #459570

Tints of Viridian #459570

Color information

#459570 (or 0x459570) is unknown color: approx Viridian. HEX triplet: 45, 95 and 70. RGB value is (69,149,112). Sum of RGB (Red+Green+Blue) = 69+149+112=330 (43% of max value = 765). Red value is 69 (27.34% from 255 or 20.91% from 330); Green value is 149 (58.59% from 255 or 45.15% from 330); Blue value is 112 (44.14% from 255 or 33.94% from 330); Max value from RGB is 149 - color contains mainly: green. Hex color #459570 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #459570 is #BA6A8F. Grayscale: #787878. Windows color (decimal): -12216976 or 7378245. OLE color: 7378245.

HSL color Cylindrical-coordinate representation of color #459570: hue angle of 152.25º 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 #459570 is Cyan = 0.54, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.42.

Color convert

RGB69149112-
CMYK0.5400.250.42
HSL152.25º36.7%42.75%-
HSV(B)152.25º53.69%58.43%-
XYZ16.1323.9319.1-
YUV120.8612391.01-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 20.91%
GREEN value IS 149 (58.59% from 255) = 45.15%
BLUE value IS 112 (44.14% from 255) = 33.94%
R=20.91%
G=45.15%
B=33.94%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal691491120.5400.250.42152.2536.742.75
Hex459570360192A98252b
Octal10522516066031522304553
Binary100010110010101111000011011001100110101010011000100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #459570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #459570; }

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

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

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

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

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

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

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

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