#457D68

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

Shades of Viridian #457D68

Tints of Viridian #457D68

Color information

#457D68 (or 0x457D68) is unknown color: approx Viridian. HEX triplet: 45, 7D and 68. RGB value is (69,125,104). Sum of RGB (Red+Green+Blue) = 69+125+104=298 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.15% from 298); Green value is 125 (49.22% from 255 or 41.95% from 298); Blue value is 104 (41.02% from 255 or 34.90% from 298); Max value from RGB is 125 - color contains mainly: green. Hex color #457D68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #457D68 is #BA8297. Grayscale: #696969. Windows color (decimal): -12223128 or 6847813. OLE color: 6847813.

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

Color convert

RGB69125104-
CMYK0.4500.170.51
HSL157.5º28.87%38.04%-
HSV(B)157.5º44.8%49.02%-
XYZ12.2916.9315.72-
YUV105.86126.95101.71-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23.15%
GREEN value IS 125 (49.22% from 255) = 41.95%
BLUE value IS 104 (41.02% from 255) = 34.90%
R=23.15%
G=41.95%
B=34.90%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal691251040.4500.170.51157.528.8738.04
Hex457D682D011339e1d26
Octal10517515055021632363546
Binary1000101111110111010001011010100011100111001111011101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457D68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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