#458D75

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

Shades of Viridian #458D75

Tints of Viridian #458D75

Color information

#458D75 (or 0x458D75) is unknown color: approx Viridian. HEX triplet: 45, 8D and 75. RGB value is (69,141,117). Sum of RGB (Red+Green+Blue) = 69+141+117=327 (43% of max value = 765). Red value is 69 (27.34% from 255 or 21.10% from 327); Green value is 141 (55.47% from 255 or 43.12% from 327); Blue value is 117 (46.09% from 255 or 35.78% from 327); Max value from RGB is 141 - color contains mainly: green. Hex color #458D75 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #458D75 is #BA728A. Grayscale: #747474. Windows color (decimal): -12219019 or 7703877. OLE color: 7703877.

HSL color Cylindrical-coordinate representation of color #458D75: hue angle of 160º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #458D75 is Cyan = 0.51, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.45.

Color convert

RGB69141117-
CMYK0.5100.170.45
HSL160º34.29%41.18%-
HSV(B)160º51.06%55.29%-
XYZ15.1921.620.2-
YUV116.74128.1593.95-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.10%
GREEN value IS 141 (55.47% from 255) = 43.12%
BLUE value IS 117 (46.09% from 255) = 35.78%
R=21.10%
G=43.12%
B=35.78%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal691411170.5100.170.4516034.2941.18
Hex458D75330112Da02229
Octal10521516563021552404251
Binary100010110001101111010111001101000110110110100000100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #458D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #458D75; }

 p { color: rgb(69,141,117); }

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

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

 a { background-color: rgb(69,141,117); }

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

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

 span { border-color: rgb(69,141,117); }

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