#458671

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

Shades of Viridian #458671

Tints of Viridian #458671

Color information

#458671 (or 0x458671) is unknown color: approx Viridian. HEX triplet: 45, 86 and 71. RGB value is (69,134,113). Sum of RGB (Red+Green+Blue) = 69+134+113=316 (41% of max value = 765). Red value is 69 (27.34% from 255 or 21.84% from 316); Green value is 134 (52.73% from 255 or 42.41% from 316); Blue value is 113 (44.53% from 255 or 35.76% from 316); Max value from RGB is 134 - color contains mainly: green. Hex color #458671 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #458671 is #BA798E. Grayscale: #707070. Windows color (decimal): -12220815 or 7439941. OLE color: 7439941.

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

Color convert

RGB69134113-
CMYK0.4900.160.47
HSL160.62º32.02%39.8%-
HSV(B)160.62º48.51%52.55%-
XYZ13.9619.5118.65-
YUV112.17128.4797.21-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.84%
GREEN value IS 134 (52.73% from 255) = 42.41%
BLUE value IS 113 (44.53% from 255) = 35.76%
R=21.84%
G=42.41%
B=35.76%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal691341130.4900.160.47160.6232.0239.8
Hex458671310102Fa12028
Octal10520616161020572414050
Binary100010110000110111000111000101000010111110100001100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #458671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #458671; }

 p { color: rgb(69,134,113); }

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

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

 a { background-color: rgb(69,134,113); }

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

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

 span { border-color: rgb(69,134,113); }

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