#47855B

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

Shades of Como #47855B

Tints of Como #47855B

Color information

#47855B (or 0x47855B) is unknown color: approx Como. HEX triplet: 47, 85 and 5B. RGB value is (71,133,91). Sum of RGB (Red+Green+Blue) = 71+133+91=295 (39% of max value = 765). Red value is 71 (28.12% from 255 or 24.07% from 295); Green value is 133 (52.34% from 255 or 45.08% from 295); Blue value is 91 (35.94% from 255 or 30.85% from 295); Max value from RGB is 133 - color contains mainly: green. Hex color #47855B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47855B is #B87AA4. Grayscale: #6D6D6D. Windows color (decimal): -12090021 or 5997895. OLE color: 5997895.

HSL color Cylindrical-coordinate representation of color #47855B: hue angle of 139.35º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #47855B is Cyan = 0.47, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.48.

Color convert

RGB7113391-
CMYK0.4700.320.48
HSL139.35º30.39%40%-
HSV(B)139.35º46.62%52.16%-
XYZ12.8718.8712.86-
YUV109.67117.46100.42-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.07%
GREEN value IS 133 (52.34% from 255) = 45.08%
BLUE value IS 91 (35.94% from 255) = 30.85%
R=24.07%
G=45.08%
B=30.85%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal71133910.4700.320.48139.3530.3940
Hex47855B2F020308b1e28
Octal10720513357040602133650
Binary100011110000101101101110111101000001100001000101111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47855B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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