#478D61

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

Shades of Como #478D61

Tints of Como #478D61

Color information

#478D61 (or 0x478D61) is unknown color: approx Como. HEX triplet: 47, 8D and 61. RGB value is (71,141,97). Sum of RGB (Red+Green+Blue) = 71+141+97=309 (40% of max value = 765). Red value is 71 (28.12% from 255 or 22.98% from 309); Green value is 141 (55.47% from 255 or 45.63% from 309); Blue value is 97 (38.28% from 255 or 31.39% from 309); Max value from RGB is 141 - color contains mainly: green. Hex color #478D61 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #478D61 is #B8729E. Grayscale: #737373. Windows color (decimal): -12087967 or 6393159. OLE color: 6393159.

HSL color Cylindrical-coordinate representation of color #478D61: hue angle of 142.29º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #478D61 is Cyan = 0.50, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.45.

Color convert

RGB7114197-
CMYK0.5000.310.45
HSL142.29º33.02%41.57%-
HSV(B)142.29º49.65%55.29%-
XYZ14.2821.2514.66-
YUV115.05117.8196.58-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.98%
GREEN value IS 141 (55.47% from 255) = 45.63%
BLUE value IS 97 (38.28% from 255) = 31.39%
R=22.98%
G=45.63%
B=31.39%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal71141970.5000.310.45142.2933.0241.57
Hex478D613201F2D8e212a
Octal10721514162037552164152
Binary100011110001101110000111001001111110110110001110100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478D61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #478D61; }

 p { color: rgb(71,141,97); }

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

<style>
 a { background-color: #478D61; }

 a { background-color: rgb(71,141,97); }

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

<style>
 span { border-color: #478D61; }

 span { border-color: rgb(71,141,97); }

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