#457865

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

Shades of Viridian #457865

Tints of Viridian #457865

Color information

#457865 (or 0x457865) is unknown color: approx Viridian. HEX triplet: 45, 78 and 65. RGB value is (69,120,101). Sum of RGB (Red+Green+Blue) = 69+120+101=290 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.79% from 290); Green value is 120 (47.27% from 255 or 41.38% from 290); Blue value is 101 (39.84% from 255 or 34.83% from 290); Max value from RGB is 120 - color contains mainly: green. Hex color #457865 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #457865 is #BA879A. Grayscale: #666666. Windows color (decimal): -12224411 or 6649925. OLE color: 6649925.

HSL color Cylindrical-coordinate representation of color #457865: hue angle of 157.65º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #457865 is Cyan = 0.42, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.53.

Color convert

RGB69120101-
CMYK0.4200.160.53
HSL157.65º26.98%37.06%-
HSV(B)157.65º42.5%47.06%-
XYZ11.5215.6414.72-
YUV102.58127.1104.04-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23.79%
GREEN value IS 120 (47.27% from 255) = 41.38%
BLUE value IS 101 (39.84% from 255) = 34.83%
R=23.79%
G=41.38%
B=34.83%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal691201010.4200.160.53157.6526.9837.06
Hex4578652A010359e1b25
Octal10517014552020652363345
Binary1000101111100011001011010100100001101011001111011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #457865; }

 p { color: rgb(69,120,101); }

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

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

 a { background-color: rgb(69,120,101); }

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

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

 span { border-color: rgb(69,120,101); }

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