#47725A

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

Shades of Como #47725A

Tints of Como #47725A

Color information

#47725A (or 0x47725A) is unknown color: approx Como. HEX triplet: 47, 72 and 5A. RGB value is (71,114,90). Sum of RGB (Red+Green+Blue) = 71+114+90=275 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.82% from 275); Green value is 114 (44.92% from 255 or 41.45% from 275); Blue value is 90 (35.55% from 255 or 32.73% from 275); Max value from RGB is 114 - color contains mainly: green. Hex color #47725A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47725A is #B88DA5. Grayscale: #626262. Windows color (decimal): -12094886 or 5927495. OLE color: 5927495.

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

Color convert

RGB7111490-
CMYK0.3800.210.55
HSL146.51º23.24%36.27%-
HSV(B)146.51º37.72%44.71%-
XYZ10.4614.1111.85-
YUV98.41123.25108.45-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25.82%
GREEN value IS 114 (44.92% from 255) = 41.45%
BLUE value IS 90 (35.55% from 255) = 32.73%
R=25.82%
G=41.45%
B=32.73%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal71114900.3800.210.55146.5123.2436.27
Hex47725A2601537931724
Octal10716213246025672232744
Binary1000111111001010110101001100101011101111001001110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47725A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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