#457F6F

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

Shades of Viridian #457F6F

Tints of Viridian #457F6F

Color information

#457F6F (or 0x457F6F) is unknown color: approx Viridian. HEX triplet: 45, 7F and 6F. RGB value is (69,127,111). Sum of RGB (Red+Green+Blue) = 69+127+111=307 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.48% from 307); Green value is 127 (50% from 255 or 41.37% from 307); Blue value is 111 (43.75% from 255 or 36.16% from 307); Max value from RGB is 127 - color contains mainly: green. Hex color #457F6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #457F6F is #BA8090. Grayscale: #6B6B6B. Windows color (decimal): -12222609 or 7307077. OLE color: 7307077.

HSL color Cylindrical-coordinate representation of color #457F6F: hue angle of 163.45º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #457F6F is Cyan = 0.46, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.50.

Color convert

RGB69127111-
CMYK0.4600.130.50
HSL163.45º29.59%38.43%-
HSV(B)163.45º45.67%49.8%-
XYZ12.9117.5917.75-
YUV107.83129.78100.3-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.48%
GREEN value IS 127 (50% from 255) = 41.37%
BLUE value IS 111 (43.75% from 255) = 36.16%
R=22.48%
G=41.37%
B=36.16%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal691271110.4600.130.50163.4529.5938.43
Hex457F6F2E0D32a31e26
Octal10517715756015622433646
Binary100010111111111101111101110011011100101010001111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,127,111); }

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

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

 a { background-color: rgb(69,127,111); }

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

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

 span { border-color: rgb(69,127,111); }

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