#45876B

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

Shades of Viridian #45876B

Tints of Viridian #45876B

Color information

#45876B (or 0x45876B) is unknown color: approx Viridian. HEX triplet: 45, 87 and 6B. RGB value is (69,135,107). Sum of RGB (Red+Green+Blue) = 69+135+107=311 (41% of max value = 765). Red value is 69 (27.34% from 255 or 22.19% from 311); Green value is 135 (53.12% from 255 or 43.41% from 311); Blue value is 107 (42.19% from 255 or 34.41% from 311); Max value from RGB is 135 - color contains mainly: green. Hex color #45876B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #45876B is #BA7894. Grayscale: #707070. Windows color (decimal): -12220565 or 7046981. OLE color: 7046981.

HSL color Cylindrical-coordinate representation of color #45876B: hue angle of 154.55º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #45876B is Cyan = 0.49, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.47.

Color convert

RGB69135107-
CMYK0.4900.210.47
HSL154.55º32.35%40%-
HSV(B)154.55º48.89%52.94%-
XYZ13.7719.6516.98-
YUV112.07125.1397.28-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.19%
GREEN value IS 135 (53.12% from 255) = 43.41%
BLUE value IS 107 (42.19% from 255) = 34.41%
R=22.19%
G=43.41%
B=34.41%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal691351070.4900.210.47154.5532.3540
Hex45876B310152F9b2028
Octal10520715361025572334050
Binary100010110000111110101111000101010110111110011011100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45876B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45876B; }

 p { color: rgb(69,135,107); }

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

<style>
 a { background-color: #45876B; }

 a { background-color: rgb(69,135,107); }

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

<style>
 span { border-color: #45876B; }

 span { border-color: rgb(69,135,107); }

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