#47765A

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

Shades of Como #47765A

Tints of Como #47765A

Color information

#47765A (or 0x47765A) is unknown color: approx Como. HEX triplet: 47, 76 and 5A. RGB value is (71,118,90). Sum of RGB (Red+Green+Blue) = 71+118+90=279 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.45% from 279); Green value is 118 (46.48% from 255 or 42.29% from 279); Blue value is 90 (35.55% from 255 or 32.26% from 279); Max value from RGB is 118 - color contains mainly: green. Hex color #47765A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47765A is #B889A5. Grayscale: #646464. Windows color (decimal): -12093862 or 5928519. OLE color: 5928519.

HSL color Cylindrical-coordinate representation of color #47765A: hue angle of 144.26º 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 #47765A is Cyan = 0.40, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.54.

Color convert

RGB7111890-
CMYK0.4000.240.54
HSL144.26º24.87%37.06%-
HSV(B)144.26º39.83%46.27%-
XYZ10.9215.0312-
YUV100.76121.93106.78-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25.45%
GREEN value IS 118 (46.48% from 255) = 42.29%
BLUE value IS 90 (35.55% from 255) = 32.26%
R=25.45%
G=42.29%
B=32.26%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal71118900.4000.240.54144.2624.8737.06
Hex47765A2801836901925
Octal10716613250030662203145
Binary1000111111011010110101010000110001101101001000011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47765A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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