#458E6D

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

Shades of Viridian #458E6D

Tints of Viridian #458E6D

Color information

#458E6D (or 0x458E6D) is unknown color: approx Viridian. HEX triplet: 45, 8E and 6D. RGB value is (69,142,109). Sum of RGB (Red+Green+Blue) = 69+142+109=320 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.56% from 320); Green value is 142 (55.86% from 255 or 44.38% from 320); Blue value is 109 (42.97% from 255 or 34.06% from 320); Max value from RGB is 142 - color contains mainly: green. Hex color #458E6D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #458E6D is #BA7192. Grayscale: #747474. Windows color (decimal): -12218771 or 7179845. OLE color: 7179845.

HSL color Cylindrical-coordinate representation of color #458E6D: hue angle of 152.88º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #458E6D is Cyan = 0.51, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.44.

Color convert

RGB69142109-
CMYK0.5100.230.44
HSL152.88º34.6%41.37%-
HSV(B)152.88º51.41%55.69%-
XYZ14.8921.7217.87-
YUV116.41123.8294.18-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.56%
GREEN value IS 142 (55.86% from 255) = 44.38%
BLUE value IS 109 (42.97% from 255) = 34.06%
R=21.56%
G=44.38%
B=34.06%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal691421090.5100.230.44152.8834.641.37
Hex458E6D330172C992329
Octal10521615563027542314351
Binary100010110001110110110111001101011110110010011001100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #458E6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #458E6D; }

 p { color: rgb(69,142,109); }

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

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

 a { background-color: rgb(69,142,109); }

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

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

 span { border-color: rgb(69,142,109); }

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