#47785E

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

Shades of Como #47785E

Tints of Como #47785E

Color information

#47785E (or 0x47785E) is unknown color: approx Como. HEX triplet: 47, 78 and 5E. RGB value is (71,120,94). Sum of RGB (Red+Green+Blue) = 71+120+94=285 (37% of max value = 765). Red value is 71 (28.12% from 255 or 24.91% from 285); Green value is 120 (47.27% from 255 or 42.11% from 285); Blue value is 94 (37.11% from 255 or 32.98% from 285); Max value from RGB is 120 - color contains mainly: green. Hex color #47785E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47785E is #B887A1. Grayscale: #666666. Windows color (decimal): -12093346 or 6191175. OLE color: 6191175.

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

Color convert

RGB7112094-
CMYK0.4100.220.53
HSL148.16º25.65%37.45%-
HSV(B)148.16º40.83%47.06%-
XYZ11.3415.5813-
YUV102.38123.27105.61-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.91%
GREEN value IS 120 (47.27% from 255) = 42.11%
BLUE value IS 94 (37.11% from 255) = 32.98%
R=24.91%
G=42.11%
B=32.98%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal71120940.4100.220.53148.1625.6537.45
Hex47785E2901635941a25
Octal10717013651026652243245
Binary1000111111100010111101010010101101101011001010011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47785E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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