#458573

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

Shades of Viridian #458573

Tints of Viridian #458573

Color information

#458573 (or 0x458573) is unknown color: approx Viridian. HEX triplet: 45, 85 and 73. RGB value is (69,133,115). Sum of RGB (Red+Green+Blue) = 69+133+115=317 (41% of max value = 765). Red value is 69 (27.34% from 255 or 21.77% from 317); Green value is 133 (52.34% from 255 or 41.96% from 317); Blue value is 115 (45.31% from 255 or 36.28% from 317); Max value from RGB is 133 - color contains mainly: green. Hex color #458573 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #458573 is #BA7A8C. Grayscale: #6F6F6F. Windows color (decimal): -12221069 or 7570757. OLE color: 7570757.

HSL color Cylindrical-coordinate representation of color #458573: hue angle of 163.12º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #458573 is Cyan = 0.48, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.48.

Color convert

RGB69133115-
CMYK0.4800.140.48
HSL163.12º31.68%39.61%-
HSV(B)163.12º48.12%52.16%-
XYZ13.9419.2819.21-
YUV111.81129.897.46-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.77%
GREEN value IS 133 (52.34% from 255) = 41.96%
BLUE value IS 115 (45.31% from 255) = 36.28%
R=21.77%
G=41.96%
B=36.28%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal691331150.4800.140.48163.1231.6839.61
Hex458573300E30a32028
Octal10520516360016602434050
Binary10001011000010111100111100000111011000010100011100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #458573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #458573; }

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

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

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

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

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

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

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

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