#458574

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

Shades of Viridian #458574

Tints of Viridian #458574

Color information

#458574 (or 0x458574) is unknown color: approx Viridian. HEX triplet: 45, 85 and 74. RGB value is (69,133,116). Sum of RGB (Red+Green+Blue) = 69+133+116=318 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.70% from 318); Green value is 133 (52.34% from 255 or 41.82% from 318); Blue value is 116 (45.70% from 255 or 36.48% from 318); Max value from RGB is 133 - color contains mainly: green. Hex color #458574 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #458574 is #BA7A8B. Grayscale: #6F6F6F. Windows color (decimal): -12221068 or 7636293. OLE color: 7636293.

HSL color Cylindrical-coordinate representation of color #458574: hue angle of 164.06º 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 #458574 is Cyan = 0.48, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.48.

Color convert

RGB69133116-
CMYK0.4800.130.48
HSL164.06º31.68%39.61%-
HSV(B)164.06º48.12%52.16%-
XYZ13.9919.319.51-
YUV111.93130.397.38-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.70%
GREEN value IS 133 (52.34% from 255) = 41.82%
BLUE value IS 116 (45.70% from 255) = 36.48%
R=21.70%
G=41.82%
B=36.48%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal691331160.4800.130.48164.0631.6839.61
Hex458574300D30a42028
Octal10520516460015602444050
Binary10001011000010111101001100000110111000010100100100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #458574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #458574; }

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

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

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

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

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

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

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

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