#458276

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

Shades of Viridian #458276

Tints of Viridian #458276

Color information

#458276 (or 0x458276) is unknown color: approx Viridian. HEX triplet: 45, 82 and 76. RGB value is (69,130,118). Sum of RGB (Red+Green+Blue) = 69+130+118=317 (41% of max value = 765). Red value is 69 (27.34% from 255 or 21.77% from 317); Green value is 130 (51.17% from 255 or 41.01% from 317); Blue value is 118 (46.48% from 255 or 37.22% from 317); Max value from RGB is 130 - color contains mainly: green. Hex color #458276 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #458276 is #BA7D89. Grayscale: #6E6E6E. Windows color (decimal): -12221834 or 7766597. OLE color: 7766597.

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

Color convert

RGB69130118-
CMYK0.4700.090.49
HSL168.2º30.65%39.02%-
HSV(B)168.2º46.92%50.98%-
XYZ13.7118.5420-
YUV110.39132.2998.48-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.77%
GREEN value IS 130 (51.17% from 255) = 41.01%
BLUE value IS 118 (46.48% from 255) = 37.22%
R=21.77%
G=41.01%
B=37.22%

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
Decimal691301180.4700.090.49168.230.6539.02
Hex4582762F0931a81f27
Octal10520216657011612503747
Binary1000101100000101110110101111010011100011010100011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #458276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #458276; }

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

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

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

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

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

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

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

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