#45876F

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

Shades of Viridian #45876F

Tints of Viridian #45876F

Color information

#45876F (or 0x45876F) is unknown color: approx Viridian. HEX triplet: 45, 87 and 6F. RGB value is (69,135,111). Sum of RGB (Red+Green+Blue) = 69+135+111=315 (41% of max value = 765). Red value is 69 (27.34% from 255 or 21.90% from 315); Green value is 135 (53.12% from 255 or 42.86% from 315); Blue value is 111 (43.75% from 255 or 35.24% from 315); Max value from RGB is 135 - color contains mainly: green. Hex color #45876F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #45876F is #BA7890. Grayscale: #707070. Windows color (decimal): -12220561 or 7309125. OLE color: 7309125.

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

Color convert

RGB69135111-
CMYK0.4900.180.47
HSL158.18º32.35%40%-
HSV(B)158.18º48.89%52.94%-
XYZ13.9919.7418.11-
YUV112.53127.1396.95-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.90%
GREEN value IS 135 (53.12% from 255) = 42.86%
BLUE value IS 111 (43.75% from 255) = 35.24%
R=21.90%
G=42.86%
B=35.24%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal691351110.4900.180.47158.1832.3540
Hex45876F310122F9e2028
Octal10520715761022572364050
Binary100010110000111110111111000101001010111110011110100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45876F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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