#457F6E

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

Shades of Viridian #457F6E

Tints of Viridian #457F6E

Color information

#457F6E (or 0x457F6E) is unknown color: approx Viridian. HEX triplet: 45, 7F and 6E. RGB value is (69,127,110). Sum of RGB (Red+Green+Blue) = 69+127+110=306 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.55% from 306); Green value is 127 (50% from 255 or 41.50% from 306); Blue value is 110 (43.36% from 255 or 35.95% from 306); Max value from RGB is 127 - color contains mainly: green. Hex color #457F6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #457F6E is #BA8091. Grayscale: #6B6B6B. Windows color (decimal): -12222610 or 7241541. OLE color: 7241541.

HSL color Cylindrical-coordinate representation of color #457F6E: hue angle of 162.41º 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 #457F6E is Cyan = 0.46, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.50.

Color convert

RGB69127110-
CMYK0.4600.130.50
HSL162.41º29.59%38.43%-
HSV(B)162.41º45.67%49.8%-
XYZ12.8617.5717.47-
YUV107.72129.28100.38-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.55%
GREEN value IS 127 (50% from 255) = 41.50%
BLUE value IS 110 (43.36% from 255) = 35.95%
R=22.55%
G=41.50%
B=35.95%

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
Decimal691271100.4600.130.50162.4129.5938.43
Hex457F6E2E0D32a21e26
Octal10517715656015622423646
Binary100010111111111101110101110011011100101010001011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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