#458572

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

Shades of Viridian #458572

Tints of Viridian #458572

Color information

#458572 (or 0x458572) is unknown color: approx Viridian. HEX triplet: 45, 85 and 72. RGB value is (69,133,114). Sum of RGB (Red+Green+Blue) = 69+133+114=316 (41% of max value = 765). Red value is 69 (27.34% from 255 or 21.84% from 316); Green value is 133 (52.34% from 255 or 42.09% from 316); Blue value is 114 (44.92% from 255 or 36.08% from 316); Max value from RGB is 133 - color contains mainly: green. Hex color #458572 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #458572 is #BA7A8D. Grayscale: #6F6F6F. Windows color (decimal): -12221070 or 7505221. OLE color: 7505221.

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

Color convert

RGB69133114-
CMYK0.4800.140.48
HSL162.19º31.68%39.61%-
HSV(B)162.19º48.12%52.16%-
XYZ13.8819.2618.9-
YUV111.7129.397.54-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.84%
GREEN value IS 133 (52.34% from 255) = 42.09%
BLUE value IS 114 (44.92% from 255) = 36.08%
R=21.84%
G=42.09%
B=36.08%

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
Decimal691331140.4800.140.48162.1931.6839.61
Hex458572300E30a22028
Octal10520516260016602424050
Binary10001011000010111100101100000111011000010100010100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #458572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #458572; }

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

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

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

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

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

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

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

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