#47775B

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

Shades of Como #47775B

Tints of Como #47775B

Color information

#47775B (or 0x47775B) is unknown color: approx Como. HEX triplet: 47, 77 and 5B. RGB value is (71,119,91). Sum of RGB (Red+Green+Blue) = 71+119+91=281 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.27% from 281); Green value is 119 (46.88% from 255 or 42.35% from 281); Blue value is 91 (35.94% from 255 or 32.38% from 281); Max value from RGB is 119 - color contains mainly: green. Hex color #47775B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47775B is #B888A4. Grayscale: #656565. Windows color (decimal): -12093605 or 5994311. OLE color: 5994311.

HSL color Cylindrical-coordinate representation of color #47775B: hue angle of 145º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #47775B is Cyan = 0.40, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.53.

Color convert

RGB7111991-
CMYK0.4000.240.53
HSL145º25.26%37.25%-
HSV(B)145º40.34%46.67%-
XYZ11.0815.2912.26-
YUV101.46122.1106.28-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25.27%
GREEN value IS 119 (46.88% from 255) = 42.35%
BLUE value IS 91 (35.94% from 255) = 32.38%
R=25.27%
G=42.35%
B=32.38%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal71119910.4000.240.5314525.2637.25
Hex47775B2801835911925
Octal10716713350030652213145
Binary1000111111011110110111010000110001101011001000111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47775B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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