#47725E

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

Shades of Como #47725E

Tints of Como #47725E

Color information

#47725E (or 0x47725E) is unknown color: approx Como. HEX triplet: 47, 72 and 5E. RGB value is (71,114,94). Sum of RGB (Red+Green+Blue) = 71+114+94=279 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.45% from 279); Green value is 114 (44.92% from 255 or 40.86% from 279); Blue value is 94 (37.11% from 255 or 33.69% from 279); Max value from RGB is 114 - color contains mainly: green. Hex color #47725E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47725E is #B88DA1. Grayscale: #626262. Windows color (decimal): -12094882 or 6189639. OLE color: 6189639.

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

Color convert

RGB7111494-
CMYK0.3800.180.55
HSL152.09º23.24%36.27%-
HSV(B)152.09º37.72%44.71%-
XYZ10.6414.1812.77-
YUV98.86125.25108.13-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25.45%
GREEN value IS 114 (44.92% from 255) = 40.86%
BLUE value IS 94 (37.11% from 255) = 33.69%
R=25.45%
G=40.86%
B=33.69%

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
Decimal71114940.3800.180.55152.0923.2436.27
Hex47725E2601237981724
Octal10716213646022672302744
Binary1000111111001010111101001100100101101111001100010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47725E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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