#458175

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

Shades of Viridian #458175

Tints of Viridian #458175

Color information

#458175 (or 0x458175) is unknown color: approx Viridian. HEX triplet: 45, 81 and 75. RGB value is (69,129,117). Sum of RGB (Red+Green+Blue) = 69+129+117=315 (41% of max value = 765). Red value is 69 (27.34% from 255 or 21.90% from 315); Green value is 129 (50.78% from 255 or 40.95% from 315); Blue value is 117 (46.09% from 255 or 37.14% from 315); Max value from RGB is 129 - color contains mainly: green. Hex color #458175 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #458175 is #BA7E8A. Grayscale: #6D6D6D. Windows color (decimal): -12222091 or 7700805. OLE color: 7700805.

HSL color Cylindrical-coordinate representation of color #458175: hue angle of 168º degrees, saturation: 0.3, 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 #458175 is Cyan = 0.47, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.49.

Color convert

RGB69129117-
CMYK0.4700.090.49
HSL168º30.3%38.82%-
HSV(B)168º46.51%50.59%-
XYZ13.5218.2519.64-
YUV109.69132.1298.98-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.90%
GREEN value IS 129 (50.78% from 255) = 40.95%
BLUE value IS 117 (46.09% from 255) = 37.14%
R=21.90%
G=40.95%
B=37.14%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal691291170.4700.090.4916830.338.82
Hex4581752F0931a81e27
Octal10520116557011612503647
Binary1000101100000011110101101111010011100011010100011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #458175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #458175; }

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

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

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

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

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

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

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

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