#457A63

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

Shades of Viridian #457A63

Tints of Viridian #457A63

Color information

#457A63 (or 0x457A63) is unknown color: approx Viridian. HEX triplet: 45, 7A and 63. RGB value is (69,122,99). Sum of RGB (Red+Green+Blue) = 69+122+99=290 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.79% from 290); Green value is 122 (48.05% from 255 or 42.07% from 290); Blue value is 99 (39.06% from 255 or 34.14% from 290); Max value from RGB is 122 - color contains mainly: green. Hex color #457A63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #457A63 is #BA859C. Grayscale: #676767. Windows color (decimal): -12223901 or 6519365. OLE color: 6519365.

HSL color Cylindrical-coordinate representation of color #457A63: hue angle of 153.96º 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 #457A63 is Cyan = 0.43, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.52.

Color convert

RGB6912299-
CMYK0.4300.190.52
HSL153.96º27.75%37.45%-
HSV(B)153.96º43.44%47.84%-
XYZ11.6716.0914.29-
YUV103.53125.44103.37-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23.79%
GREEN value IS 122 (48.05% from 255) = 42.07%
BLUE value IS 99 (39.06% from 255) = 34.14%
R=23.79%
G=42.07%
B=34.14%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal69122990.4300.190.52153.9627.7537.45
Hex457A632B013349a1c25
Octal10517214353023642323445
Binary1000101111101011000111010110100111101001001101011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457A63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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