#45876C

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

Shades of Viridian #45876C

Tints of Viridian #45876C

Color information

#45876C (or 0x45876C) is unknown color: approx Viridian. HEX triplet: 45, 87 and 6C. RGB value is (69,135,108). Sum of RGB (Red+Green+Blue) = 69+135+108=312 (41% of max value = 765). Red value is 69 (27.34% from 255 or 22.12% from 312); Green value is 135 (53.12% from 255 or 43.27% from 312); Blue value is 108 (42.58% from 255 or 34.62% from 312); Max value from RGB is 135 - color contains mainly: green. Hex color #45876C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #45876C is #BA7893. Grayscale: #707070. Windows color (decimal): -12220564 or 7112517. OLE color: 7112517.

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

Color convert

RGB69135108-
CMYK0.4900.20.47
HSL155.45º32.35%40%-
HSV(B)155.45º48.89%52.94%-
XYZ13.8219.6817.26-
YUV112.19125.6397.2-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.12%
GREEN value IS 135 (53.12% from 255) = 43.27%
BLUE value IS 108 (42.58% from 255) = 34.62%
R=22.12%
G=43.27%
B=34.62%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal691351080.4900.20.47155.4532.3540
Hex45876C310142F9b2028
Octal10520715461024572334050
Binary100010110000111110110011000101010010111110011011100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45876C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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