#47876E

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

Shades of Viridian #47876E

Tints of Viridian #47876E

Color information

#47876E (or 0x47876E) is unknown color: approx Viridian. HEX triplet: 47, 87 and 6E. RGB value is (71,135,110). Sum of RGB (Red+Green+Blue) = 71+135+110=316 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.47% from 316); Green value is 135 (53.12% from 255 or 42.72% from 316); Blue value is 110 (43.36% from 255 or 34.81% from 316); Max value from RGB is 135 - color contains mainly: green. Hex color #47876E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47876E is #B87891. Grayscale: #717171. Windows color (decimal): -12089490 or 7243591. OLE color: 7243591.

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

Color convert

RGB71135110-
CMYK0.4700.190.47
HSL156.56º31.07%40.39%-
HSV(B)156.56º47.41%52.94%-
XYZ14.0819.7917.83-
YUV113.01126.398.03-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.47%
GREEN value IS 135 (53.12% from 255) = 42.72%
BLUE value IS 110 (43.36% from 255) = 34.81%
R=22.47%
G=42.72%
B=34.81%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal711351100.4700.190.47156.5631.0740.39
Hex47876E2F0132F9d1f28
Octal10720715657023572353750
Binary10001111000011111011101011110100111011111001110111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47876E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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