#47725B

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

Shades of Como #47725B

Tints of Como #47725B

Color information

#47725B (or 0x47725B) is unknown color: approx Como. HEX triplet: 47, 72 and 5B. RGB value is (71,114,91). Sum of RGB (Red+Green+Blue) = 71+114+91=276 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.72% from 276); Green value is 114 (44.92% from 255 or 41.30% from 276); Blue value is 91 (35.94% from 255 or 32.97% from 276); Max value from RGB is 114 - color contains mainly: green. Hex color #47725B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47725B is #B88DA4. Grayscale: #626262. Windows color (decimal): -12094885 or 5993031. OLE color: 5993031.

HSL color Cylindrical-coordinate representation of color #47725B: hue angle of 147.91º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #47725B is Cyan = 0.38, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.55.

Color convert

RGB7111491-
CMYK0.3800.200.55
HSL147.91º23.24%36.27%-
HSV(B)147.91º37.72%44.71%-
XYZ10.514.1312.07-
YUV98.52123.75108.37-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25.72%
GREEN value IS 114 (44.92% from 255) = 41.30%
BLUE value IS 91 (35.94% from 255) = 32.97%
R=25.72%
G=41.30%
B=32.97%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal71114910.3800.200.55147.9123.2436.27
Hex47725B2601437941724
Octal10716213346024672242744
Binary1000111111001010110111001100101001101111001010010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47725B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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