#47795F

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

Shades of Como #47795F

Tints of Como #47795F

Color information

#47795F (or 0x47795F) is unknown color: approx Como. HEX triplet: 47, 79 and 5F. RGB value is (71,121,95). Sum of RGB (Red+Green+Blue) = 71+121+95=287 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.74% from 287); Green value is 121 (47.66% from 255 or 42.16% from 287); Blue value is 95 (37.5% from 255 or 33.10% from 287); Max value from RGB is 121 - color contains mainly: green. Hex color #47795F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47795F is #B886A0. Grayscale: #676767. Windows color (decimal): -12093089 or 6256967. OLE color: 6256967.

HSL color Cylindrical-coordinate representation of color #47795F: hue angle of 148.8º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #47795F is Cyan = 0.41, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.53.

Color convert

RGB7112195-
CMYK0.4100.210.53
HSL148.8º26.04%37.65%-
HSV(B)148.8º41.32%47.45%-
XYZ11.515.8413.28-
YUV103.09123.44105.11-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.74%
GREEN value IS 121 (47.66% from 255) = 42.16%
BLUE value IS 95 (37.5% from 255) = 33.10%
R=24.74%
G=42.16%
B=33.10%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal71121950.4100.210.53148.826.0437.65
Hex47795F2901535951a26
Octal10717113751025652253246
Binary1000111111100110111111010010101011101011001010111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47795F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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