#45896E

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

Shades of Viridian #45896E

Tints of Viridian #45896E

Color information

#45896E (or 0x45896E) is unknown color: approx Viridian. HEX triplet: 45, 89 and 6E. RGB value is (69,137,110). Sum of RGB (Red+Green+Blue) = 69+137+110=316 (41% of max value = 765). Red value is 69 (27.34% from 255 or 21.84% from 316); Green value is 137 (53.91% from 255 or 43.35% from 316); Blue value is 110 (43.36% from 255 or 34.81% from 316); Max value from RGB is 137 - color contains mainly: green. Hex color #45896E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #45896E is #BA7691. Grayscale: #717171. Windows color (decimal): -12220050 or 7244101. OLE color: 7244101.

HSL color Cylindrical-coordinate representation of color #45896E: hue angle of 156.18º 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 #45896E is Cyan = 0.50, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.46.

Color convert

RGB69137110-
CMYK0.5000.200.46
HSL156.18º33.01%40.39%-
HSV(B)156.18º49.64%53.73%-
XYZ14.2120.2817.92-
YUV113.59125.9796.2-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.84%
GREEN value IS 137 (53.91% from 255) = 43.35%
BLUE value IS 110 (43.36% from 255) = 34.81%
R=21.84%
G=43.35%
B=34.81%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal691371100.5000.200.46156.1833.0140.39
Hex45896E320142E9c2128
Octal10521115662024562344150
Binary100010110001001110111011001001010010111010011100100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45896E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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