#457561

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

Shades of Viridian #457561

Tints of Viridian #457561

Color information

#457561 (or 0x457561) is unknown color: approx Viridian. HEX triplet: 45, 75 and 61. RGB value is (69,117,97). Sum of RGB (Red+Green+Blue) = 69+117+97=283 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.38% from 283); Green value is 117 (46.09% from 255 or 41.34% from 283); Blue value is 97 (38.28% from 255 or 34.28% from 283); Max value from RGB is 117 - color contains mainly: green. Hex color #457561 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #457561 is #BA8A9E. Grayscale: #646464. Windows color (decimal): -12225183 or 6387013. OLE color: 6387013.

HSL color Cylindrical-coordinate representation of color #457561: hue angle of 155º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #457561 is Cyan = 0.41, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.54.

Color convert

RGB6911797-
CMYK0.4100.170.54
HSL155º25.81%36.47%-
HSV(B)155º41.03%45.88%-
XYZ10.9714.8513.6-
YUV100.37126.1105.63-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 24.38%
GREEN value IS 117 (46.09% from 255) = 41.34%
BLUE value IS 97 (38.28% from 255) = 34.28%
R=24.38%
G=41.34%
B=34.28%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal69117970.4100.170.5415525.8136.47
Hex45756129011369b1a24
Octal10516514151021662333244
Binary1000101111010111000011010010100011101101001101111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #457561; }

 p { color: rgb(69,117,97); }

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

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

 a { background-color: rgb(69,117,97); }

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

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

 span { border-color: rgb(69,117,97); }

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