#457E67

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

Shades of Viridian #457E67

Tints of Viridian #457E67

Color information

#457E67 (or 0x457E67) is unknown color: approx Viridian. HEX triplet: 45, 7E and 67. RGB value is (69,126,103). Sum of RGB (Red+Green+Blue) = 69+126+103=298 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.15% from 298); Green value is 126 (49.61% from 255 or 42.28% from 298); Blue value is 103 (40.62% from 255 or 34.56% from 298); Max value from RGB is 126 - color contains mainly: green. Hex color #457E67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #457E67 is #BA8198. Grayscale: #6A6A6A. Windows color (decimal): -12222873 or 6782533. OLE color: 6782533.

HSL color Cylindrical-coordinate representation of color #457E67: hue angle of 155.79º degrees, saturation: 0.29, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #457E67 is Cyan = 0.45, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.51.

Color convert

RGB69126103-
CMYK0.4500.180.51
HSL155.79º29.23%38.24%-
HSV(B)155.79º45.24%49.41%-
XYZ12.3617.1715.49-
YUV106.34126.12101.37-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23.15%
GREEN value IS 126 (49.61% from 255) = 42.28%
BLUE value IS 103 (40.62% from 255) = 34.56%
R=23.15%
G=42.28%
B=34.56%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal691261030.4500.180.51155.7929.2338.24
Hex457E672D012339c1d26
Octal10517614755022632343546
Binary1000101111111011001111011010100101100111001110011101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457E67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,126,103); }

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

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

 a { background-color: rgb(69,126,103); }

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

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

 span { border-color: rgb(69,126,103); }

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