#47785B

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

Shades of Como #47785B

Tints of Como #47785B

Color information

#47785B (or 0x47785B) is unknown color: approx Como. HEX triplet: 47, 78 and 5B. RGB value is (71,120,91). Sum of RGB (Red+Green+Blue) = 71+120+91=282 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.18% from 282); Green value is 120 (47.27% from 255 or 42.55% from 282); Blue value is 91 (35.94% from 255 or 32.27% from 282); Max value from RGB is 120 - color contains mainly: green. Hex color #47785B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47785B is #B887A4. Grayscale: #666666. Windows color (decimal): -12093349 or 5994567. OLE color: 5994567.

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

Color convert

RGB7112091-
CMYK0.4100.240.53
HSL144.49º25.65%37.45%-
HSV(B)144.49º40.83%47.06%-
XYZ11.215.5312.3-
YUV102.04121.77105.86-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25.18%
GREEN value IS 120 (47.27% from 255) = 42.55%
BLUE value IS 91 (35.94% from 255) = 32.27%
R=25.18%
G=42.55%
B=32.27%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal71120910.4100.240.53144.4925.6537.45
Hex47785B2901835901a25
Octal10717013351030652203245
Binary1000111111100010110111010010110001101011001000011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47785B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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