#45936D

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

Shades of Viridian #45936D

Tints of Viridian #45936D

Color information

#45936D (or 0x45936D) is unknown color: approx Viridian. HEX triplet: 45, 93 and 6D. RGB value is (69,147,109). Sum of RGB (Red+Green+Blue) = 69+147+109=325 (43% of max value = 765). Red value is 69 (27.34% from 255 or 21.23% from 325); Green value is 147 (57.81% from 255 or 45.23% from 325); Blue value is 109 (42.97% from 255 or 33.54% from 325); Max value from RGB is 147 - color contains mainly: green. Hex color #45936D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #45936D is #BA6C92. Grayscale: #777777. Windows color (decimal): -12217491 or 7181125. OLE color: 7181125.

HSL color Cylindrical-coordinate representation of color #45936D: hue angle of 150.77º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #45936D is Cyan = 0.53, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB69147109-
CMYK0.5300.260.42
HSL150.77º36.11%42.35%-
HSV(B)150.77º53.06%57.65%-
XYZ15.6523.2418.13-
YUV119.35122.1692.09-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.23%
GREEN value IS 147 (57.81% from 255) = 45.23%
BLUE value IS 109 (42.97% from 255) = 33.54%
R=21.23%
G=45.23%
B=33.54%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal691471090.5300.260.42150.7736.1142.35
Hex45936D3501A2A97242a
Octal10522315565032522274452
Binary100010110010011110110111010101101010101010010111100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45936D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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