#458E6A

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

Shades of Viridian #458E6A

Tints of Viridian #458E6A

Color information

#458E6A (or 0x458E6A) is unknown color: approx Viridian. HEX triplet: 45, 8E and 6A. RGB value is (69,142,106). Sum of RGB (Red+Green+Blue) = 69+142+106=317 (41% of max value = 765). Red value is 69 (27.34% from 255 or 21.77% from 317); Green value is 142 (55.86% from 255 or 44.79% from 317); Blue value is 106 (41.80% from 255 or 33.44% from 317); Max value from RGB is 142 - color contains mainly: green. Hex color #458E6A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #458E6A is #BA7195. Grayscale: #747474. Windows color (decimal): -12218774 or 6983237. OLE color: 6983237.

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

Color convert

RGB69142106-
CMYK0.5100.250.44
HSL150.41º34.6%41.37%-
HSV(B)150.41º51.41%55.69%-
XYZ14.7321.6517.04-
YUV116.07122.3294.43-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.77%
GREEN value IS 142 (55.86% from 255) = 44.79%
BLUE value IS 106 (41.80% from 255) = 33.44%
R=21.77%
G=44.79%
B=33.44%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal691421060.5100.250.44150.4134.641.37
Hex458E6A330192C962329
Octal10521615263031542264351
Binary100010110001110110101011001101100110110010010110100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #458E6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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