#47875F

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

Shades of Como #47875F

Tints of Como #47875F

Color information

#47875F (or 0x47875F) is unknown color: approx Como. HEX triplet: 47, 87 and 5F. RGB value is (71,135,95). Sum of RGB (Red+Green+Blue) = 71+135+95=301 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.59% from 301); Green value is 135 (53.12% from 255 or 44.85% from 301); Blue value is 95 (37.5% from 255 or 31.56% from 301); Max value from RGB is 135 - color contains mainly: green. Hex color #47875F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47875F is #B878A0. Grayscale: #6F6F6F. Windows color (decimal): -12089505 or 6260551. OLE color: 6260551.

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

Color convert

RGB7113595-
CMYK0.4700.300.47
HSL142.5º31.07%40.39%-
HSV(B)142.5º47.41%52.94%-
XYZ13.3319.4913.89-
YUV111.3118.899.25-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.59%
GREEN value IS 135 (53.12% from 255) = 44.85%
BLUE value IS 95 (37.5% from 255) = 31.56%
R=23.59%
G=44.85%
B=31.56%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal71135950.4700.300.47142.531.0740.39
Hex47875F2F01E2F8e1f28
Octal10720713757036572163750
Binary10001111000011110111111011110111101011111000111011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47875F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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