#47765F

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

Shades of Como #47765F

Tints of Como #47765F

Color information

#47765F (or 0x47765F) is unknown color: approx Como. HEX triplet: 47, 76 and 5F. RGB value is (71,118,95). Sum of RGB (Red+Green+Blue) = 71+118+95=284 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25% from 284); Green value is 118 (46.48% from 255 or 41.55% from 284); Blue value is 95 (37.5% from 255 or 33.45% from 284); Max value from RGB is 118 - color contains mainly: green. Hex color #47765F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47765F is #B889A0. Grayscale: #656565. Windows color (decimal): -12093857 or 6256199. OLE color: 6256199.

HSL color Cylindrical-coordinate representation of color #47765F: hue angle of 150.64º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #47765F is Cyan = 0.40, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.54.

Color convert

RGB7111895-
CMYK0.4000.190.54
HSL150.64º24.87%37.06%-
HSV(B)150.64º39.83%46.27%-
XYZ11.1415.1213.16-
YUV101.32124.43106.37-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25%
GREEN value IS 118 (46.48% from 255) = 41.55%
BLUE value IS 95 (37.5% from 255) = 33.45%
R=25%
G=41.55%
B=33.45%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal71118950.4000.190.54150.6424.8737.06
Hex47765F2801336971925
Octal10716613750023662273145
Binary1000111111011010111111010000100111101101001011111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47765F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47765F; }

 p { color: rgb(71,118,95); }

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

<style>
 a { background-color: #47765F; }

 a { background-color: rgb(71,118,95); }

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

<style>
 span { border-color: #47765F; }

 span { border-color: rgb(71,118,95); }

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