#47876D

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

Shades of Viridian #47876D

Tints of Viridian #47876D

Color information

#47876D (or 0x47876D) is unknown color: approx Viridian. HEX triplet: 47, 87 and 6D. RGB value is (71,135,109). Sum of RGB (Red+Green+Blue) = 71+135+109=315 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.54% from 315); Green value is 135 (53.12% from 255 or 42.86% from 315); Blue value is 109 (42.97% from 255 or 34.60% from 315); Max value from RGB is 135 - color contains mainly: green. Hex color #47876D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47876D is #B87892. Grayscale: #707070. Windows color (decimal): -12089491 or 7178055. OLE color: 7178055.

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

Color convert

RGB71135109-
CMYK0.4700.190.47
HSL155.62º31.07%40.39%-
HSV(B)155.62º47.41%52.94%-
XYZ14.0219.7717.55-
YUV112.9125.898.11-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.54%
GREEN value IS 135 (53.12% from 255) = 42.86%
BLUE value IS 109 (42.97% from 255) = 34.60%
R=22.54%
G=42.86%
B=34.60%

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
Decimal711351090.4700.190.47155.6231.0740.39
Hex47876D2F0132F9c1f28
Octal10720715557023572343750
Binary10001111000011111011011011110100111011111001110011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47876D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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