#457E6E

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

Shades of Viridian #457E6E

Tints of Viridian #457E6E

Color information

#457E6E (or 0x457E6E) is unknown color: approx Viridian. HEX triplet: 45, 7E and 6E. RGB value is (69,126,110). Sum of RGB (Red+Green+Blue) = 69+126+110=305 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.62% from 305); Green value is 126 (49.61% from 255 or 41.31% from 305); Blue value is 110 (43.36% from 255 or 36.07% from 305); Max value from RGB is 126 - color contains mainly: green. Hex color #457E6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #457E6E is #BA8191. Grayscale: #6B6B6B. Windows color (decimal): -12222866 or 7241285. OLE color: 7241285.

HSL color Cylindrical-coordinate representation of color #457E6E: hue angle of 163.16º degrees, saturation: 0.29, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #457E6E is Cyan = 0.45, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.51.

Color convert

RGB69126110-
CMYK0.4500.130.51
HSL163.16º29.23%38.24%-
HSV(B)163.16º45.24%49.41%-
XYZ12.7317.3117.42-
YUV107.13129.62100.8-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.62%
GREEN value IS 126 (49.61% from 255) = 41.31%
BLUE value IS 110 (43.36% from 255) = 36.07%
R=22.62%
G=41.31%
B=36.07%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal691261100.4500.130.51163.1629.2338.24
Hex457E6E2D0D33a31d26
Octal10517615655015632433546
Binary100010111111101101110101101011011100111010001111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #457E6E; }

 p { color: rgb(69,126,110); }

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

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

 a { background-color: rgb(69,126,110); }

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

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

 span { border-color: rgb(69,126,110); }

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