#45826D

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

Shades of Viridian #45826D

Tints of Viridian #45826D

Color information

#45826D (or 0x45826D) is unknown color: approx Viridian. HEX triplet: 45, 82 and 6D. RGB value is (69,130,109). Sum of RGB (Red+Green+Blue) = 69+130+109=308 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.40% from 308); Green value is 130 (51.17% from 255 or 42.21% from 308); Blue value is 109 (42.97% from 255 or 35.39% from 308); Max value from RGB is 130 - color contains mainly: green. Hex color #45826D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #45826D is #BA7D92. Grayscale: #6D6D6D. Windows color (decimal): -12221843 or 7176773. OLE color: 7176773.

HSL color Cylindrical-coordinate representation of color #45826D: hue angle of 159.34º 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 #45826D is Cyan = 0.47, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB69130109-
CMYK0.4700.160.49
HSL159.34º30.65%39.02%-
HSV(B)159.34º46.92%50.98%-
XYZ13.218.3317.31-
YUV109.37127.7999.21-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.40%
GREEN value IS 130 (51.17% from 255) = 42.21%
BLUE value IS 109 (42.97% from 255) = 35.39%
R=22.40%
G=42.21%
B=35.39%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal691301090.4700.160.49159.3430.6539.02
Hex45826D2F010319f1f27
Octal10520215557020612373747
Binary10001011000001011011011011110100001100011001111111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45826D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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