#458876

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

Shades of Viridian #458876

Tints of Viridian #458876

Color information

#458876 (or 0x458876) is unknown color: approx Viridian. HEX triplet: 45, 88 and 76. RGB value is (69,136,118). Sum of RGB (Red+Green+Blue) = 69+136+118=323 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.36% from 323); Green value is 136 (53.52% from 255 or 42.11% from 323); Blue value is 118 (46.48% from 255 or 36.53% from 323); Max value from RGB is 136 - color contains mainly: green. Hex color #458876 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #458876 is #BA7789. Grayscale: #717171. Windows color (decimal): -12220298 or 7768133. OLE color: 7768133.

HSL color Cylindrical-coordinate representation of color #458876: hue angle of 163.88º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #458876 is Cyan = 0.49, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.47.

Color convert

RGB69136118-
CMYK0.4900.130.47
HSL163.88º32.68%40.2%-
HSV(B)163.88º49.26%53.33%-
XYZ14.5320.1820.27-
YUV113.92130.395.96-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.36%
GREEN value IS 136 (53.52% from 255) = 42.11%
BLUE value IS 118 (46.48% from 255) = 36.53%
R=21.36%
G=42.11%
B=36.53%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal691361180.4900.130.47163.8832.6840.2
Hex458876310D2Fa42128
Octal10521016661015572444150
Binary10001011000100011101101100010110110111110100100100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #458876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #458876; }

 p { color: rgb(69,136,118); }

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

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

 a { background-color: rgb(69,136,118); }

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

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

 span { border-color: rgb(69,136,118); }

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