#45836D

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

Shades of Viridian #45836D

Tints of Viridian #45836D

Color information

#45836D (or 0x45836D) is unknown color: approx Viridian. HEX triplet: 45, 83 and 6D. RGB value is (69,131,109). Sum of RGB (Red+Green+Blue) = 69+131+109=309 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.33% from 309); Green value is 131 (51.56% from 255 or 42.39% from 309); Blue value is 109 (42.97% from 255 or 35.28% from 309); Max value from RGB is 131 - color contains mainly: green. Hex color #45836D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #45836D is #BA7C92. Grayscale: #6D6D6D. Windows color (decimal): -12221587 or 7177029. OLE color: 7177029.

HSL color Cylindrical-coordinate representation of color #45836D: hue angle of 158.71º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #45836D is Cyan = 0.47, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.49.

Color convert

RGB69131109-
CMYK0.4700.170.49
HSL158.71º31%39.22%-
HSV(B)158.71º47.33%51.37%-
XYZ13.3318.617.36-
YUV109.95127.4698.79-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.33%
GREEN value IS 131 (51.56% from 255) = 42.39%
BLUE value IS 109 (42.97% from 255) = 35.28%
R=22.33%
G=42.39%
B=35.28%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal691311090.4700.170.49158.713139.22
Hex45836D2F011319f1f27
Octal10520315557021612373747
Binary10001011000001111011011011110100011100011001111111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45836D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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