#457462

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

Shades of Viridian #457462

Tints of Viridian #457462

Color information

#457462 (or 0x457462) is unknown color: approx Viridian. HEX triplet: 45, 74 and 62. RGB value is (69,116,98). Sum of RGB (Red+Green+Blue) = 69+116+98=283 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.38% from 283); Green value is 116 (45.70% from 255 or 40.99% from 283); Blue value is 98 (38.67% from 255 or 34.63% from 283); Max value from RGB is 116 - color contains mainly: green. Hex color #457462 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #457462 is #BA8B9D. Grayscale: #636363. Windows color (decimal): -12225438 or 6452293. OLE color: 6452293.

HSL color Cylindrical-coordinate representation of color #457462: hue angle of 157.02º 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 #457462 is Cyan = 0.41, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.55.

Color convert

RGB6911698-
CMYK0.4100.160.55
HSL157.02º25.41%36.27%-
HSV(B)157.02º40.52%45.49%-
XYZ10.914.6413.81-
YUV99.9126.93105.96-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 24.38%
GREEN value IS 116 (45.70% from 255) = 40.99%
BLUE value IS 98 (38.67% from 255) = 34.63%
R=24.38%
G=40.99%
B=34.63%

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
Decimal69116980.4100.160.55157.0225.4136.27
Hex45746229010379d1924
Octal10516414251020672353144
Binary1000101111010011000101010010100001101111001110111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #457462; }

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

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

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

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

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

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

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

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