#47865A

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

Shades of Como #47865A

Tints of Como #47865A

Color information

#47865A (or 0x47865A) is unknown color: approx Como. HEX triplet: 47, 86 and 5A. RGB value is (71,134,90). Sum of RGB (Red+Green+Blue) = 71+134+90=295 (39% of max value = 765). Red value is 71 (28.12% from 255 or 24.07% from 295); Green value is 134 (52.73% from 255 or 45.42% from 295); Blue value is 90 (35.55% from 255 or 30.51% from 295); Max value from RGB is 134 - color contains mainly: green. Hex color #47865A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #47865A is #B879A5. Grayscale: #6E6E6E. Windows color (decimal): -12089766 or 5932615. OLE color: 5932615.

HSL color Cylindrical-coordinate representation of color #47865A: hue angle of 138.1º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #47865A is Cyan = 0.47, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.47.

Color convert

RGB7113490-
CMYK0.4700.330.47
HSL138.1º30.73%40.2%-
HSV(B)138.1º47.01%52.55%-
XYZ12.9719.1312.68-
YUV110.15116.63100.08-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.07%
GREEN value IS 134 (52.73% from 255) = 45.42%
BLUE value IS 90 (35.55% from 255) = 30.51%
R=24.07%
G=45.42%
B=30.51%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal71134900.4700.330.47138.130.7340.2
Hex47865A2F0212F8a1f28
Octal10720613257041572123750
Binary100011110000110101101010111101000011011111000101011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47865A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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