#457666

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

Shades of Viridian #457666

Tints of Viridian #457666

Color information

#457666 (or 0x457666) is unknown color: approx Viridian. HEX triplet: 45, 76 and 66. RGB value is (69,118,102). Sum of RGB (Red+Green+Blue) = 69+118+102=289 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.88% from 289); Green value is 118 (46.48% from 255 or 40.83% from 289); Blue value is 102 (40.23% from 255 or 35.29% from 289); Max value from RGB is 118 - color contains mainly: green. Hex color #457666 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #457666 is #BA8999. Grayscale: #656565. Windows color (decimal): -12224922 or 6714949. OLE color: 6714949.

HSL color Cylindrical-coordinate representation of color #457666: hue angle of 160.41º 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 #457666 is Cyan = 0.42, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.54.

Color convert

RGB69118102-
CMYK0.4200.140.54
HSL160.41º26.2%36.67%-
HSV(B)160.41º41.53%46.27%-
XYZ11.3315.1814.9-
YUV101.52128.27104.8-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23.88%
GREEN value IS 118 (46.48% from 255) = 40.83%
BLUE value IS 102 (40.23% from 255) = 35.29%
R=23.88%
G=40.83%
B=35.29%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal691181020.4200.140.54160.4126.236.67
Hex4576662A0E36a01a25
Octal10516614652016662403245
Binary100010111101101100110101010011101101101010000011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #457666; }

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

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

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

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

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

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

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

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