#459370

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

Shades of Viridian #459370

Tints of Viridian #459370

Color information

#459370 (or 0x459370) is unknown color: approx Viridian. HEX triplet: 45, 93 and 70. RGB value is (69,147,112). Sum of RGB (Red+Green+Blue) = 69+147+112=328 (43% of max value = 765). Red value is 69 (27.34% from 255 or 21.04% from 328); Green value is 147 (57.81% from 255 or 44.82% from 328); Blue value is 112 (44.14% from 255 or 34.15% from 328); Max value from RGB is 147 - color contains mainly: green. Hex color #459370 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #459370 is #BA6C8F. Grayscale: #777777. Windows color (decimal): -12217488 or 7377733. OLE color: 7377733.

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

Color convert

RGB69147112-
CMYK0.5300.240.42
HSL153.08º36.11%42.35%-
HSV(B)153.08º53.06%57.65%-
XYZ15.8123.318.99-
YUV119.69123.6691.85-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.04%
GREEN value IS 147 (57.81% from 255) = 44.82%
BLUE value IS 112 (44.14% from 255) = 34.15%
R=21.04%
G=44.82%
B=34.15%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal691471120.5300.240.42153.0836.1142.35
Hex459370350182A99242a
Octal10522316065030522314452
Binary100010110010011111000011010101100010101010011001100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #459370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #459370; }

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

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

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

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

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

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

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

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