#47735A

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

Shades of Como #47735A

Tints of Como #47735A

Color information

#47735A (or 0x47735A) is unknown color: approx Como. HEX triplet: 47, 73 and 5A. RGB value is (71,115,90). Sum of RGB (Red+Green+Blue) = 71+115+90=276 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.72% from 276); Green value is 115 (45.31% from 255 or 41.67% from 276); Blue value is 90 (35.55% from 255 or 32.61% from 276); Max value from RGB is 115 - color contains mainly: green. Hex color #47735A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47735A is #B88CA5. Grayscale: #636363. Windows color (decimal): -12094630 or 5927751. OLE color: 5927751.

HSL color Cylindrical-coordinate representation of color #47735A: hue angle of 145.91º degrees, saturation: 0.24, 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 #47735A is Cyan = 0.38, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.55.

Color convert

RGB7111590-
CMYK0.3800.220.55
HSL145.91º23.66%36.47%-
HSV(B)145.91º38.26%45.1%-
XYZ10.5714.3411.88-
YUV98.99122.92108.03-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25.72%
GREEN value IS 115 (45.31% from 255) = 41.67%
BLUE value IS 90 (35.55% from 255) = 32.61%
R=25.72%
G=41.67%
B=32.61%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal71115900.3800.220.55145.9123.6636.47
Hex47735A2601637921824
Octal10716313246026672223044
Binary1000111111001110110101001100101101101111001001011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47735A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47735A; }

 p { color: rgb(71,115,90); }

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

<style>
 a { background-color: #47735A; }

 a { background-color: rgb(71,115,90); }

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

<style>
 span { border-color: #47735A; }

 span { border-color: rgb(71,115,90); }

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