#45896A

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

Shades of Viridian #45896A

Tints of Viridian #45896A

Color information

#45896A (or 0x45896A) is unknown color: approx Viridian. HEX triplet: 45, 89 and 6A. RGB value is (69,137,106). Sum of RGB (Red+Green+Blue) = 69+137+106=312 (41% of max value = 765). Red value is 69 (27.34% from 255 or 22.12% from 312); Green value is 137 (53.91% from 255 or 43.91% from 312); Blue value is 106 (41.80% from 255 or 33.97% from 312); Max value from RGB is 137 - color contains mainly: green. Hex color #45896A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #45896A is #BA7695. Grayscale: #717171. Windows color (decimal): -12220054 or 6981957. OLE color: 6981957.

HSL color Cylindrical-coordinate representation of color #45896A: hue angle of 152.65º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #45896A is Cyan = 0.50, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.46.

Color convert

RGB69137106-
CMYK0.5000.230.46
HSL152.65º33.01%40.39%-
HSV(B)152.65º49.64%53.73%-
XYZ1420.216.8-
YUV113.13123.9796.52-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.12%
GREEN value IS 137 (53.91% from 255) = 43.91%
BLUE value IS 106 (41.80% from 255) = 33.97%
R=22.12%
G=43.91%
B=33.97%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal691371060.5000.230.46152.6533.0140.39
Hex45896A320172E992128
Octal10521115262027562314150
Binary100010110001001110101011001001011110111010011001100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45896A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45896A; }

 p { color: rgb(69,137,106); }

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

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

 a { background-color: rgb(69,137,106); }

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

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

 span { border-color: rgb(69,137,106); }

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