#457663

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

Shades of Viridian #457663

Tints of Viridian #457663

Color information

#457663 (or 0x457663) is unknown color: approx Viridian. HEX triplet: 45, 76 and 63. RGB value is (69,118,99). Sum of RGB (Red+Green+Blue) = 69+118+99=286 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.13% from 286); Green value is 118 (46.48% from 255 or 41.26% from 286); Blue value is 99 (39.06% from 255 or 34.62% from 286); Max value from RGB is 118 - color contains mainly: green. Hex color #457663 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #457663 is #BA899C. Grayscale: #656565. Windows color (decimal): -12224925 or 6518341. OLE color: 6518341.

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

Color convert

RGB6911899-
CMYK0.4200.160.54
HSL156.73º26.2%36.67%-
HSV(B)156.73º41.53%46.27%-
XYZ11.1815.1214.13-
YUV101.18126.77105.04-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 24.13%
GREEN value IS 118 (46.48% from 255) = 41.26%
BLUE value IS 99 (39.06% from 255) = 34.62%
R=24.13%
G=41.26%
B=34.62%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal69118990.4200.160.54156.7326.236.67
Hex4576632A010369d1a25
Octal10516614352020662353245
Binary1000101111011011000111010100100001101101001110111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #457663; }

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

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

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

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

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

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

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

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