#457461

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

Shades of Viridian #457461

Tints of Viridian #457461

Color information

#457461 (or 0x457461) is unknown color: approx Viridian. HEX triplet: 45, 74 and 61. RGB value is (69,116,97). Sum of RGB (Red+Green+Blue) = 69+116+97=282 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.47% from 282); Green value is 116 (45.70% from 255 or 41.13% from 282); Blue value is 97 (38.28% from 255 or 34.40% from 282); Max value from RGB is 116 - color contains mainly: green. Hex color #457461 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #457461 is #BA8B9E. Grayscale: #636363. Windows color (decimal): -12225439 or 6386757. OLE color: 6386757.

HSL color Cylindrical-coordinate representation of color #457461: hue angle of 155.74º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #457461 is Cyan = 0.41, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.55.

Color convert

RGB6911697-
CMYK0.4100.160.55
HSL155.74º25.41%36.27%-
HSV(B)155.74º40.52%45.49%-
XYZ10.8614.6213.56-
YUV99.78126.43106.04-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 24.47%
GREEN value IS 116 (45.70% from 255) = 41.13%
BLUE value IS 97 (38.28% from 255) = 34.40%
R=24.47%
G=41.13%
B=34.40%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal69116970.4100.160.55155.7425.4136.27
Hex45746129010379c1924
Octal10516414151020672343144
Binary1000101111010011000011010010100001101111001110011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #457461; }

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

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

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

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

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

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

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

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