#45826A

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

Shades of Viridian #45826A

Tints of Viridian #45826A

Color information

#45826A (or 0x45826A) is unknown color: approx Viridian. HEX triplet: 45, 82 and 6A. RGB value is (69,130,106). Sum of RGB (Red+Green+Blue) = 69+130+106=305 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.62% from 305); Green value is 130 (51.17% from 255 or 42.62% from 305); Blue value is 106 (41.80% from 255 or 34.75% from 305); Max value from RGB is 130 - color contains mainly: green. Hex color #45826A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #45826A is #BA7D95. Grayscale: #6D6D6D. Windows color (decimal): -12221846 or 6980165. OLE color: 6980165.

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

Color convert

RGB69130106-
CMYK0.4700.180.49
HSL156.39º30.65%39.02%-
HSV(B)156.39º46.92%50.98%-
XYZ13.0418.2716.48-
YUV109.02126.2999.45-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.62%
GREEN value IS 130 (51.17% from 255) = 42.62%
BLUE value IS 106 (41.80% from 255) = 34.75%
R=22.62%
G=42.62%
B=34.75%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal691301060.4700.180.49156.3930.6539.02
Hex45826A2F012319c1f27
Octal10520215257022612343747
Binary10001011000001011010101011110100101100011001110011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45826A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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