#45916D

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

Shades of Viridian #45916D

Tints of Viridian #45916D

Color information

#45916D (or 0x45916D) is unknown color: approx Viridian. HEX triplet: 45, 91 and 6D. RGB value is (69,145,109). Sum of RGB (Red+Green+Blue) = 69+145+109=323 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.36% from 323); Green value is 145 (57.03% from 255 or 44.89% from 323); Blue value is 109 (42.97% from 255 or 33.75% from 323); Max value from RGB is 145 - color contains mainly: green. Hex color #45916D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #45916D is #BA6E92. Grayscale: #767676. Windows color (decimal): -12218003 or 7180613. OLE color: 7180613.

HSL color Cylindrical-coordinate representation of color #45916D: hue angle of 151.58º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #45916D is Cyan = 0.52, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.43.

Color convert

RGB69145109-
CMYK0.5200.250.43
HSL151.58º35.51%41.96%-
HSV(B)151.58º52.41%56.86%-
XYZ15.3422.6218.03-
YUV118.17122.8292.93-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.36%
GREEN value IS 145 (57.03% from 255) = 44.89%
BLUE value IS 109 (42.97% from 255) = 33.75%
R=21.36%
G=44.89%
B=33.75%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal691451090.5200.250.43151.5835.5141.96
Hex45916D340192B98242a
Octal10522115564031532304452
Binary100010110010001110110111010001100110101110011000100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45916D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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