#47815B

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

Shades of Como #47815B

Tints of Como #47815B

Color information

#47815B (or 0x47815B) is unknown color: approx Como. HEX triplet: 47, 81 and 5B. RGB value is (71,129,91). Sum of RGB (Red+Green+Blue) = 71+129+91=291 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.40% from 291); Green value is 129 (50.78% from 255 or 44.33% from 291); Blue value is 91 (35.94% from 255 or 31.27% from 291); Max value from RGB is 129 - color contains mainly: green. Hex color #47815B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47815B is #B87EA4. Grayscale: #6B6B6B. Windows color (decimal): -12091045 or 5996871. OLE color: 5996871.

HSL color Cylindrical-coordinate representation of color #47815B: hue angle of 140.69º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #47815B is Cyan = 0.45, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.49.

Color convert

RGB7112991-
CMYK0.4500.290.49
HSL140.69º29%39.22%-
HSV(B)140.69º44.96%50.59%-
XYZ12.3417.812.68-
YUV107.33118.78102.09-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.40%
GREEN value IS 129 (50.78% from 255) = 44.33%
BLUE value IS 91 (35.94% from 255) = 31.27%
R=24.40%
G=44.33%
B=31.27%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal71129910.4500.290.49140.692939.22
Hex47815B2D01D318d1d27
Octal10720113355035612153547
Binary10001111000000110110111011010111011100011000110111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47815B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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