#458472

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

Shades of Viridian #458472

Tints of Viridian #458472

Color information

#458472 (or 0x458472) is unknown color: approx Viridian. HEX triplet: 45, 84 and 72. RGB value is (69,132,114). Sum of RGB (Red+Green+Blue) = 69+132+114=315 (41% of max value = 765). Red value is 69 (27.34% from 255 or 21.90% from 315); Green value is 132 (51.95% from 255 or 41.90% from 315); Blue value is 114 (44.92% from 255 or 36.19% from 315); Max value from RGB is 132 - color contains mainly: green. Hex color #458472 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #458472 is #BA7B8D. Grayscale: #6F6F6F. Windows color (decimal): -12221326 or 7504965. OLE color: 7504965.

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

Color convert

RGB69132114-
CMYK0.4800.140.48
HSL162.86º31.34%39.41%-
HSV(B)162.86º47.73%51.76%-
XYZ13.7418.9818.86-
YUV111.11129.6397.96-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.90%
GREEN value IS 132 (51.95% from 255) = 41.90%
BLUE value IS 114 (44.92% from 255) = 36.19%
R=21.90%
G=41.90%
B=36.19%

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
Decimal691321140.4800.140.48162.8631.3439.41
Hex458472300E30a31f27
Octal10520416260016602433747
Binary1000101100001001110010110000011101100001010001111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #458472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #458472; }

 p { color: rgb(69,132,114); }

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

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

 a { background-color: rgb(69,132,114); }

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

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

 span { border-color: rgb(69,132,114); }

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