#47876C

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

Shades of Viridian #47876C

Tints of Viridian #47876C

Color information

#47876C (or 0x47876C) is unknown color: approx Viridian. HEX triplet: 47, 87 and 6C. RGB value is (71,135,108). Sum of RGB (Red+Green+Blue) = 71+135+108=314 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.61% from 314); Green value is 135 (53.12% from 255 or 42.99% from 314); Blue value is 108 (42.58% from 255 or 34.39% from 314); Max value from RGB is 135 - color contains mainly: green. Hex color #47876C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47876C is #B87893. Grayscale: #707070. Windows color (decimal): -12089492 or 7112519. OLE color: 7112519.

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

Color convert

RGB71135108-
CMYK0.4700.20.47
HSL154.69º31.07%40.39%-
HSV(B)154.69º47.41%52.94%-
XYZ13.9719.7517.26-
YUV112.79125.398.2-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.61%
GREEN value IS 135 (53.12% from 255) = 42.99%
BLUE value IS 108 (42.58% from 255) = 34.39%
R=22.61%
G=42.99%
B=34.39%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal711351080.4700.20.47154.6931.0740.39
Hex47876C2F0142F9b1f28
Octal10720715457024572333750
Binary10001111000011111011001011110101001011111001101111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47876C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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