#457463

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

Shades of Viridian #457463

Tints of Viridian #457463

Color information

#457463 (or 0x457463) is unknown color: approx Viridian. HEX triplet: 45, 74 and 63. RGB value is (69,116,99). Sum of RGB (Red+Green+Blue) = 69+116+99=284 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.30% from 284); Green value is 116 (45.70% from 255 or 40.85% from 284); Blue value is 99 (39.06% from 255 or 34.86% from 284); Max value from RGB is 116 - color contains mainly: green. Hex color #457463 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #457463 is #BA8B9C. Grayscale: #646464. Windows color (decimal): -12225437 or 6517829. OLE color: 6517829.

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

Color convert

RGB6911699-
CMYK0.4100.150.55
HSL158.3º25.41%36.27%-
HSV(B)158.3º40.52%45.49%-
XYZ10.9514.6614.06-
YUV100.01127.43105.88-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 24.30%
GREEN value IS 116 (45.70% from 255) = 40.85%
BLUE value IS 99 (39.06% from 255) = 34.86%
R=24.30%
G=40.85%
B=34.86%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal69116990.4100.150.55158.325.4136.27
Hex457463290F379e1924
Octal10516414351017672363144
Binary100010111101001100011101001011111101111001111011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #457463; }

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

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

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

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

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

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

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

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