#458E68

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

Shades of Viridian #458E68

Tints of Viridian #458E68

Color information

#458E68 (or 0x458E68) is unknown color: approx Viridian. HEX triplet: 45, 8E and 68. RGB value is (69,142,104). Sum of RGB (Red+Green+Blue) = 69+142+104=315 (41% of max value = 765). Red value is 69 (27.34% from 255 or 21.90% from 315); Green value is 142 (55.86% from 255 or 45.08% from 315); Blue value is 104 (41.02% from 255 or 33.02% from 315); Max value from RGB is 142 - color contains mainly: green. Hex color #458E68 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #458E68 is #BA7197. Grayscale: #737373. Windows color (decimal): -12218776 or 6852165. OLE color: 6852165.

HSL color Cylindrical-coordinate representation of color #458E68: hue angle of 148.77º 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 #458E68 is Cyan = 0.51, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.44.

Color convert

RGB69142104-
CMYK0.5100.270.44
HSL148.77º34.6%41.37%-
HSV(B)148.77º51.41%55.69%-
XYZ14.6321.6116.5-
YUV115.84121.3294.59-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.90%
GREEN value IS 142 (55.86% from 255) = 45.08%
BLUE value IS 104 (41.02% from 255) = 33.02%
R=21.90%
G=45.08%
B=33.02%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal691421040.5100.270.44148.7734.641.37
Hex458E683301B2C952329
Octal10521615063033542254351
Binary100010110001110110100011001101101110110010010101100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #458E68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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