#47795B

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

Shades of Como #47795B

Tints of Como #47795B

Color information

#47795B (or 0x47795B) is unknown color: approx Como. HEX triplet: 47, 79 and 5B. RGB value is (71,121,91). Sum of RGB (Red+Green+Blue) = 71+121+91=283 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.09% from 283); Green value is 121 (47.66% from 255 or 42.76% from 283); Blue value is 91 (35.94% from 255 or 32.16% from 283); Max value from RGB is 121 - color contains mainly: green. Hex color #47795B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47795B is #B886A4. Grayscale: #666666. Windows color (decimal): -12093093 or 5994823. OLE color: 5994823.

HSL color Cylindrical-coordinate representation of color #47795B: hue angle of 144º 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 #47795B is Cyan = 0.41, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.53.

Color convert

RGB7112191-
CMYK0.4100.250.53
HSL144º26.04%37.65%-
HSV(B)144º41.32%47.45%-
XYZ11.3215.7712.34-
YUV102.63121.44105.44-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25.09%
GREEN value IS 121 (47.66% from 255) = 42.76%
BLUE value IS 91 (35.94% from 255) = 32.16%
R=25.09%
G=42.76%
B=32.16%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal71121910.4100.250.5314426.0437.65
Hex47795B2901935901a26
Octal10717113351031652203246
Binary1000111111100110110111010010110011101011001000011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47795B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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