#459273

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

Shades of Viridian #459273

Tints of Viridian #459273

Color information

#459273 (or 0x459273) is unknown color: approx Viridian. HEX triplet: 45, 92 and 73. RGB value is (69,146,115). Sum of RGB (Red+Green+Blue) = 69+146+115=330 (43% of max value = 765). Red value is 69 (27.34% from 255 or 20.91% from 330); Green value is 146 (57.42% from 255 or 44.24% from 330); Blue value is 115 (45.31% from 255 or 34.85% from 330); Max value from RGB is 146 - color contains mainly: green. Hex color #459273 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #459273 is #BA6D8C. Grayscale: #777777. Windows color (decimal): -12217741 or 7574085. OLE color: 7574085.

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

Color convert

RGB69146115-
CMYK0.5300.210.43
HSL155.84º35.81%42.16%-
HSV(B)155.84º52.74%57.25%-
XYZ15.8323.0619.84-
YUV119.44125.4992.02-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 20.91%
GREEN value IS 146 (57.42% from 255) = 44.24%
BLUE value IS 115 (45.31% from 255) = 34.85%
R=20.91%
G=44.24%
B=34.85%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal691461150.5300.210.43155.8435.8142.16
Hex459273350152B9c242a
Octal10522216365025532344452
Binary100010110010010111001111010101010110101110011100100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #459273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #459273; }

 p { color: rgb(69,146,115); }

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

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

 a { background-color: rgb(69,146,115); }

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

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

 span { border-color: rgb(69,146,115); }

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