#457D6E

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

Shades of Viridian #457D6E

Tints of Viridian #457D6E

Color information

#457D6E (or 0x457D6E) is unknown color: approx Viridian. HEX triplet: 45, 7D and 6E. RGB value is (69,125,110). Sum of RGB (Red+Green+Blue) = 69+125+110=304 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.70% from 304); Green value is 125 (49.22% from 255 or 41.12% from 304); Blue value is 110 (43.36% from 255 or 36.18% from 304); Max value from RGB is 125 - color contains mainly: green. Hex color #457D6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #457D6E is #BA8291. Grayscale: #6A6A6A. Windows color (decimal): -12223122 or 7241029. OLE color: 7241029.

HSL color Cylindrical-coordinate representation of color #457D6E: hue angle of 163.93º 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 #457D6E is Cyan = 0.45, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.51.

Color convert

RGB69125110-
CMYK0.4500.120.51
HSL163.93º28.87%38.04%-
HSV(B)163.93º44.8%49.02%-
XYZ12.617.0617.38-
YUV106.55129.95101.22-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.70%
GREEN value IS 125 (49.22% from 255) = 41.12%
BLUE value IS 110 (43.36% from 255) = 36.18%
R=22.70%
G=41.12%
B=36.18%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal691251100.4500.120.51163.9328.8738.04
Hex457D6E2D0C33a41d26
Octal10517515655014632443546
Binary100010111111011101110101101011001100111010010011101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457D6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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