#478861

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

Shades of Como #478861

Tints of Como #478861

Color information

#478861 (or 0x478861) is unknown color: approx Como. HEX triplet: 47, 88 and 61. RGB value is (71,136,97). Sum of RGB (Red+Green+Blue) = 71+136+97=304 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.36% from 304); Green value is 136 (53.52% from 255 or 44.74% from 304); Blue value is 97 (38.28% from 255 or 31.91% from 304); Max value from RGB is 136 - color contains mainly: green. Hex color #478861 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #478861 is #B8779E. Grayscale: #707070. Windows color (decimal): -12089247 or 6391879. OLE color: 6391879.

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

Color convert

RGB7113697-
CMYK0.4800.290.47
HSL144º31.4%40.59%-
HSV(B)144º47.79%53.33%-
XYZ13.5619.8114.42-
YUV112.12119.4798.67-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.36%
GREEN value IS 136 (53.52% from 255) = 44.74%
BLUE value IS 97 (38.28% from 255) = 31.91%
R=23.36%
G=44.74%
B=31.91%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal71136970.4800.290.4714431.440.59
Hex4788613001D2F901f29
Octal10721014160035572203751
Binary10001111000100011000011100000111011011111001000011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #478861; }

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

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

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

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

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

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

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

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