#45826F

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

Shades of Viridian #45826F

Tints of Viridian #45826F

Color information

#45826F (or 0x45826F) is unknown color: approx Viridian. HEX triplet: 45, 82 and 6F. RGB value is (69,130,111). Sum of RGB (Red+Green+Blue) = 69+130+111=310 (41% of max value = 765). Red value is 69 (27.34% from 255 or 22.26% from 310); Green value is 130 (51.17% from 255 or 41.94% from 310); Blue value is 111 (43.75% from 255 or 35.81% from 310); Max value from RGB is 130 - color contains mainly: green. Hex color #45826F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #45826F is #BA7D90. Grayscale: #6D6D6D. Windows color (decimal): -12221841 or 7307845. OLE color: 7307845.

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

Color convert

RGB69130111-
CMYK0.4700.150.49
HSL161.31º30.65%39.02%-
HSV(B)161.31º46.92%50.98%-
XYZ13.3118.3817.88-
YUV109.6128.7999.04-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.26%
GREEN value IS 130 (51.17% from 255) = 41.94%
BLUE value IS 111 (43.75% from 255) = 35.81%
R=22.26%
G=41.94%
B=35.81%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal691301110.4700.150.49161.3130.6539.02
Hex45826F2F0F31a11f27
Octal10520215757017612413747
Binary1000101100000101101111101111011111100011010000111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45826F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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