#457A69

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

Shades of Viridian #457A69

Tints of Viridian #457A69

Color information

#457A69 (or 0x457A69) is unknown color: approx Viridian. HEX triplet: 45, 7A and 69. RGB value is (69,122,105). Sum of RGB (Red+Green+Blue) = 69+122+105=296 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.31% from 296); Green value is 122 (48.05% from 255 or 41.22% from 296); Blue value is 105 (41.41% from 255 or 35.47% from 296); Max value from RGB is 122 - color contains mainly: green. Hex color #457A69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #457A69 is #BA8596. Grayscale: #686868. Windows color (decimal): -12223895 or 6912581. OLE color: 6912581.

HSL color Cylindrical-coordinate representation of color #457A69: hue angle of 160.75º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #457A69 is Cyan = 0.43, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.52.

Color convert

RGB69122105-
CMYK0.4300.140.52
HSL160.75º27.75%37.45%-
HSV(B)160.75º43.44%47.84%-
XYZ11.9616.215.86-
YUV104.21128.44102.88-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23.31%
GREEN value IS 122 (48.05% from 255) = 41.22%
BLUE value IS 105 (41.41% from 255) = 35.47%
R=23.31%
G=41.22%
B=35.47%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal691221050.4300.140.52160.7527.7537.45
Hex457A692B0E34a11c25
Octal10517215153016642413445
Binary100010111110101101001101011011101101001010000111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457A69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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