#47735C

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

Shades of Como #47735C

Tints of Como #47735C

Color information

#47735C (or 0x47735C) is unknown color: approx Como. HEX triplet: 47, 73 and 5C. RGB value is (71,115,92). Sum of RGB (Red+Green+Blue) = 71+115+92=278 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.54% from 278); Green value is 115 (45.31% from 255 or 41.37% from 278); Blue value is 92 (36.33% from 255 or 33.09% from 278); Max value from RGB is 115 - color contains mainly: green. Hex color #47735C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47735C is #B88CA3. Grayscale: #636363. Windows color (decimal): -12094628 or 6058823. OLE color: 6058823.

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

Color convert

RGB7111592-
CMYK0.3800.200.55
HSL148.64º23.66%36.47%-
HSV(B)148.64º38.26%45.1%-
XYZ10.6614.3712.34-
YUV99.22123.92107.87-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25.54%
GREEN value IS 115 (45.31% from 255) = 41.37%
BLUE value IS 92 (36.33% from 255) = 33.09%
R=25.54%
G=41.37%
B=33.09%

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
Decimal71115920.3800.200.55148.6423.6636.47
Hex47735C2601437951824
Octal10716313446024672253044
Binary1000111111001110111001001100101001101111001010111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47735C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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