#47785D

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

Shades of Como #47785D

Tints of Como #47785D

Color information

#47785D (or 0x47785D) is unknown color: approx Como. HEX triplet: 47, 78 and 5D. RGB value is (71,120,93). Sum of RGB (Red+Green+Blue) = 71+120+93=284 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25% from 284); Green value is 120 (47.27% from 255 or 42.25% from 284); Blue value is 93 (36.72% from 255 or 32.75% from 284); Max value from RGB is 120 - color contains mainly: green. Hex color #47785D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47785D is #B887A2. Grayscale: #666666. Windows color (decimal): -12093347 or 6125639. OLE color: 6125639.

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

Color convert

RGB7112093-
CMYK0.4100.220.53
HSL146.94º25.65%37.45%-
HSV(B)146.94º40.83%47.06%-
XYZ11.2915.5612.76-
YUV102.27122.77105.7-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25%
GREEN value IS 120 (47.27% from 255) = 42.25%
BLUE value IS 93 (36.72% from 255) = 32.75%
R=25%
G=42.25%
B=32.75%

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
Decimal71120930.4100.220.53146.9425.6537.45
Hex47785D2901635931a25
Octal10717013551026652233245
Binary1000111111100010111011010010101101101011001001111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47785D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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