#47725D

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

Shades of Como #47725D

Tints of Como #47725D

Color information

#47725D (or 0x47725D) is unknown color: approx Como. HEX triplet: 47, 72 and 5D. RGB value is (71,114,93). Sum of RGB (Red+Green+Blue) = 71+114+93=278 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.54% from 278); Green value is 114 (44.92% from 255 or 41.01% from 278); Blue value is 93 (36.72% from 255 or 33.45% from 278); Max value from RGB is 114 - color contains mainly: green. Hex color #47725D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47725D is #B88DA2. Grayscale: #626262. Windows color (decimal): -12094883 or 6124103. OLE color: 6124103.

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

Color convert

RGB7111493-
CMYK0.3800.180.55
HSL150.7º23.24%36.27%-
HSV(B)150.7º37.72%44.71%-
XYZ10.5914.1612.53-
YUV98.75124.75108.21-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25.54%
GREEN value IS 114 (44.92% from 255) = 41.01%
BLUE value IS 93 (36.72% from 255) = 33.45%
R=25.54%
G=41.01%
B=33.45%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal71114930.3800.180.55150.723.2436.27
Hex47725D2601237971724
Octal10716213546022672272744
Binary1000111111001010111011001100100101101111001011110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47725D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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