#457A68

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

Shades of Viridian #457A68

Tints of Viridian #457A68

Color information

#457A68 (or 0x457A68) is unknown color: approx Viridian. HEX triplet: 45, 7A and 68. RGB value is (69,122,104). Sum of RGB (Red+Green+Blue) = 69+122+104=295 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.39% from 295); Green value is 122 (48.05% from 255 or 41.36% from 295); Blue value is 104 (41.02% from 255 or 35.25% from 295); Max value from RGB is 122 - color contains mainly: green. Hex color #457A68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #457A68 is #BA8597. Grayscale: #686868. Windows color (decimal): -12223896 or 6847045. OLE color: 6847045.

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

Color convert

RGB69122104-
CMYK0.4300.150.52
HSL159.62º27.75%37.45%-
HSV(B)159.62º43.44%47.84%-
XYZ11.9116.1815.59-
YUV104.1127.94102.96-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23.39%
GREEN value IS 122 (48.05% from 255) = 41.36%
BLUE value IS 104 (41.02% from 255) = 35.25%
R=23.39%
G=41.36%
B=35.25%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal691221040.4300.150.52159.6227.7537.45
Hex457A682B0F34a01c25
Octal10517215053017642403445
Binary100010111110101101000101011011111101001010000011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457A68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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