#458271

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

Shades of Viridian #458271

Tints of Viridian #458271

Color information

#458271 (or 0x458271) is unknown color: approx Viridian. HEX triplet: 45, 82 and 71. RGB value is (69,130,113). Sum of RGB (Red+Green+Blue) = 69+130+113=312 (41% of max value = 765). Red value is 69 (27.34% from 255 or 22.12% from 312); Green value is 130 (51.17% from 255 or 41.67% from 312); Blue value is 113 (44.53% from 255 or 36.22% from 312); Max value from RGB is 130 - color contains mainly: green. Hex color #458271 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #458271 is #BA7D8E. Grayscale: #6D6D6D. Windows color (decimal): -12221839 or 7438917. OLE color: 7438917.

HSL color Cylindrical-coordinate representation of color #458271: hue angle of 163.28º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #458271 is Cyan = 0.47, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.49.

Color convert

RGB69130113-
CMYK0.4700.130.49
HSL163.28º30.65%39.02%-
HSV(B)163.28º46.92%50.98%-
XYZ13.4218.4218.47-
YUV109.82129.7998.88-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.12%
GREEN value IS 130 (51.17% from 255) = 41.67%
BLUE value IS 113 (44.53% from 255) = 36.22%
R=22.12%
G=41.67%
B=36.22%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal691301130.4700.130.49163.2830.6539.02
Hex4582712F0D31a31f27
Octal10520216157015612433747
Binary1000101100000101110001101111011011100011010001111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #458271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #458271; }

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

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

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

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

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

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

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

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