#45856D

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

Shades of Viridian #45856D

Tints of Viridian #45856D

Color information

#45856D (or 0x45856D) is unknown color: approx Viridian. HEX triplet: 45, 85 and 6D. RGB value is (69,133,109). Sum of RGB (Red+Green+Blue) = 69+133+109=311 (41% of max value = 765). Red value is 69 (27.34% from 255 or 22.19% from 311); Green value is 133 (52.34% from 255 or 42.77% from 311); Blue value is 109 (42.97% from 255 or 35.05% from 311); Max value from RGB is 133 - color contains mainly: green. Hex color #45856D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #45856D is #BA7A92. Grayscale: #6F6F6F. Windows color (decimal): -12221075 or 7177541. OLE color: 7177541.

HSL color Cylindrical-coordinate representation of color #45856D: hue angle of 157.5º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #45856D is Cyan = 0.48, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.48.

Color convert

RGB69133109-
CMYK0.4800.180.48
HSL157.5º31.68%39.61%-
HSV(B)157.5º48.12%52.16%-
XYZ13.619.1417.45-
YUV111.13126.897.95-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.19%
GREEN value IS 133 (52.34% from 255) = 42.77%
BLUE value IS 109 (42.97% from 255) = 35.05%
R=22.19%
G=42.77%
B=35.05%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal691331090.4800.180.48157.531.6839.61
Hex45856D30012309e2028
Octal10520515560022602364050
Binary100010110000101110110111000001001011000010011110100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45856D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45856D; }

 p { color: rgb(69,133,109); }

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

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

 a { background-color: rgb(69,133,109); }

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

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

 span { border-color: rgb(69,133,109); }

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