#47876F

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

Shades of Viridian #47876F

Tints of Viridian #47876F

Color information

#47876F (or 0x47876F) is unknown color: approx Viridian. HEX triplet: 47, 87 and 6F. RGB value is (71,135,111). Sum of RGB (Red+Green+Blue) = 71+135+111=317 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.40% from 317); Green value is 135 (53.12% from 255 or 42.59% from 317); Blue value is 111 (43.75% from 255 or 35.02% from 317); Max value from RGB is 135 - color contains mainly: green. Hex color #47876F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47876F is #B87890. Grayscale: #717171. Windows color (decimal): -12089489 or 7309127. OLE color: 7309127.

HSL color Cylindrical-coordinate representation of color #47876F: hue angle of 157.5º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #47876F is Cyan = 0.47, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.47.

Color convert

RGB71135111-
CMYK0.4700.180.47
HSL157.5º31.07%40.39%-
HSV(B)157.5º47.41%52.94%-
XYZ14.1319.8218.12-
YUV113.13126.897.95-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.40%
GREEN value IS 135 (53.12% from 255) = 42.59%
BLUE value IS 111 (43.75% from 255) = 35.02%
R=22.40%
G=42.59%
B=35.02%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal711351110.4700.180.47157.531.0740.39
Hex47876F2F0122F9e1f28
Octal10720715757022572363750
Binary10001111000011111011111011110100101011111001111011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47876F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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