#457F69

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

Shades of Viridian #457F69

Tints of Viridian #457F69

Color information

#457F69 (or 0x457F69) is unknown color: approx Viridian. HEX triplet: 45, 7F and 69. RGB value is (69,127,105). Sum of RGB (Red+Green+Blue) = 69+127+105=301 (39% of max value = 765). Red value is 69 (27.34% from 255 or 22.92% from 301); Green value is 127 (50% from 255 or 42.19% from 301); Blue value is 105 (41.41% from 255 or 34.88% from 301); Max value from RGB is 127 - color contains mainly: green. Hex color #457F69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #457F69 is #BA8096. Grayscale: #6B6B6B. Windows color (decimal): -12222615 or 6913861. OLE color: 6913861.

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

Color convert

RGB69127105-
CMYK0.4600.170.50
HSL157.24º29.59%38.43%-
HSV(B)157.24º45.67%49.8%-
XYZ12.5917.4616.07-
YUV107.15126.78100.79-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.92%
GREEN value IS 127 (50% from 255) = 42.19%
BLUE value IS 105 (41.41% from 255) = 34.88%
R=22.92%
G=42.19%
B=34.88%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal691271050.4600.170.50157.2429.5938.43
Hex457F692E011329d1e26
Octal10517715156021622353646
Binary1000101111111111010011011100100011100101001110111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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