#458971

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

Shades of Viridian #458971

Tints of Viridian #458971

Color information

#458971 (or 0x458971) is unknown color: approx Viridian. HEX triplet: 45, 89 and 71. RGB value is (69,137,113). Sum of RGB (Red+Green+Blue) = 69+137+113=319 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.63% from 319); Green value is 137 (53.91% from 255 or 42.95% from 319); Blue value is 113 (44.53% from 255 or 35.42% from 319); Max value from RGB is 137 - color contains mainly: green. Hex color #458971 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #458971 is #BA768E. Grayscale: #717171. Windows color (decimal): -12220047 or 7440709. OLE color: 7440709.

HSL color Cylindrical-coordinate representation of color #458971: hue angle of 158.82º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #458971 is Cyan = 0.50, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.46.

Color convert

RGB69137113-
CMYK0.5000.180.46
HSL158.82º33.01%40.39%-
HSV(B)158.82º49.64%53.73%-
XYZ14.3820.3518.79-
YUV113.93127.4795.95-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.63%
GREEN value IS 137 (53.91% from 255) = 42.95%
BLUE value IS 113 (44.53% from 255) = 35.42%
R=21.63%
G=42.95%
B=35.42%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal691371130.5000.180.46158.8233.0140.39
Hex458971320122E9f2128
Octal10521116162022562374150
Binary100010110001001111000111001001001010111010011111100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #458971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #458971; }

 p { color: rgb(69,137,113); }

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

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

 a { background-color: rgb(69,137,113); }

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

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

 span { border-color: rgb(69,137,113); }

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