#457563

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

Shades of Viridian #457563

Tints of Viridian #457563

Color information

#457563 (or 0x457563) is unknown color: approx Viridian. HEX triplet: 45, 75 and 63. RGB value is (69,117,99). Sum of RGB (Red+Green+Blue) = 69+117+99=285 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.21% from 285); Green value is 117 (46.09% from 255 or 41.05% from 285); Blue value is 99 (39.06% from 255 or 34.74% from 285); Max value from RGB is 117 - color contains mainly: green. Hex color #457563 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #457563 is #BA8A9C. Grayscale: #646464. Windows color (decimal): -12225181 or 6518085. OLE color: 6518085.

HSL color Cylindrical-coordinate representation of color #457563: hue angle of 157.5º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #457563 is Cyan = 0.41, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.54.

Color convert

RGB6911799-
CMYK0.4100.150.54
HSL157.5º25.81%36.47%-
HSV(B)157.5º41.03%45.88%-
XYZ11.0714.8914.09-
YUV100.6127.1105.46-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 24.21%
GREEN value IS 117 (46.09% from 255) = 41.05%
BLUE value IS 99 (39.06% from 255) = 34.74%
R=24.21%
G=41.05%
B=34.74%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal69117990.4100.150.54157.525.8136.47
Hex457563290F369e1a24
Octal10516514351017662363244
Binary100010111101011100011101001011111101101001111011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #457563; }

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

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

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

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

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

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

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

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