#459070

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

Shades of Viridian #459070

Tints of Viridian #459070

Color information

#459070 (or 0x459070) is unknown color: approx Viridian. HEX triplet: 45, 90 and 70. RGB value is (69,144,112). Sum of RGB (Red+Green+Blue) = 69+144+112=325 (43% of max value = 765). Red value is 69 (27.34% from 255 or 21.23% from 325); Green value is 144 (56.64% from 255 or 44.31% from 325); Blue value is 112 (44.14% from 255 or 34.46% from 325); Max value from RGB is 144 - color contains mainly: green. Hex color #459070 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #459070 is #BA6F8F. Grayscale: #757575. Windows color (decimal): -12218256 or 7376965. OLE color: 7376965.

HSL color Cylindrical-coordinate representation of color #459070: hue angle of 154.4º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #459070 is Cyan = 0.52, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.44.

Color convert

RGB69144112-
CMYK0.5200.220.44
HSL154.4º35.21%41.76%-
HSV(B)154.4º52.08%56.47%-
XYZ15.3522.3818.84-
YUV117.93124.6593.1-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.23%
GREEN value IS 144 (56.64% from 255) = 44.31%
BLUE value IS 112 (44.14% from 255) = 34.46%
R=21.23%
G=44.31%
B=34.46%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal691441120.5200.220.44154.435.2141.76
Hex459070340162C9a232a
Octal10522016064026542324352
Binary100010110010000111000011010001011010110010011010100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #459070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #459070; }

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

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

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

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

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

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

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

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