#458172

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

Shades of Viridian #458172

Tints of Viridian #458172

Color information

#458172 (or 0x458172) is unknown color: approx Viridian. HEX triplet: 45, 81 and 72. RGB value is (69,129,114). Sum of RGB (Red+Green+Blue) = 69+129+114=312 (41% of max value = 765). Red value is 69 (27.34% from 255 or 22.12% from 312); Green value is 129 (50.78% from 255 or 41.35% from 312); Blue value is 114 (44.92% from 255 or 36.54% from 312); Max value from RGB is 129 - color contains mainly: green. Hex color #458172 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #458172 is #BA7E8D. Grayscale: #6D6D6D. Windows color (decimal): -12222094 or 7504197. OLE color: 7504197.

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

Color convert

RGB69129114-
CMYK0.4700.120.49
HSL165º30.3%38.82%-
HSV(B)165º46.51%50.59%-
XYZ13.3418.1818.73-
YUV109.35130.6299.22-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.12%
GREEN value IS 129 (50.78% from 255) = 41.35%
BLUE value IS 114 (44.92% from 255) = 36.54%
R=22.12%
G=41.35%
B=36.54%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal691291140.4700.120.4916530.338.82
Hex4581722F0C31a51e27
Octal10520116257014612453647
Binary1000101100000011110010101111011001100011010010111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #458172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #458172; }

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

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

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

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

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

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

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

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