#457C66

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

Shades of Viridian #457C66

Tints of Viridian #457C66

Color information

#457C66 (or 0x457C66) is unknown color: approx Viridian. HEX triplet: 45, 7C and 66. RGB value is (69,124,102). Sum of RGB (Red+Green+Blue) = 69+124+102=295 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.39% from 295); Green value is 124 (48.83% from 255 or 42.03% from 295); Blue value is 102 (40.23% from 255 or 34.58% from 295); Max value from RGB is 124 - color contains mainly: green. Hex color #457C66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #457C66 is #BA8399. Grayscale: #696969. Windows color (decimal): -12223386 or 6716485. OLE color: 6716485.

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

Color convert

RGB69124102-
CMYK0.4400.180.51
HSL156º28.5%37.84%-
HSV(B)156º44.35%48.63%-
XYZ12.0616.6415.15-
YUV105.05126.28102.29-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23.39%
GREEN value IS 124 (48.83% from 255) = 42.03%
BLUE value IS 102 (40.23% from 255) = 34.58%
R=23.39%
G=42.03%
B=34.58%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal691241020.4400.180.5115628.537.84
Hex457C662C012339c1c26
Octal10517414654022632343446
Binary1000101111110011001101011000100101100111001110011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457C66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,124,102); }

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

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

 a { background-color: rgb(69,124,102); }

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

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

 span { border-color: rgb(69,124,102); }

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