#478862

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

Shades of Como #478862

Tints of Como #478862

Color information

#478862 (or 0x478862) is unknown color: approx Como. HEX triplet: 47, 88 and 62. RGB value is (71,136,98). Sum of RGB (Red+Green+Blue) = 71+136+98=305 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.28% from 305); Green value is 136 (53.52% from 255 or 44.59% from 305); Blue value is 98 (38.67% from 255 or 32.13% from 305); Max value from RGB is 136 - color contains mainly: green. Hex color #478862 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #478862 is #B8779D. Grayscale: #707070. Windows color (decimal): -12089246 or 6457415. OLE color: 6457415.

HSL color Cylindrical-coordinate representation of color #478862: hue angle of 144.92º 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 #478862 is Cyan = 0.48, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.47.

Color convert

RGB7113698-
CMYK0.4800.280.47
HSL144.92º31.4%40.59%-
HSV(B)144.92º47.79%53.33%-
XYZ13.6119.8314.67-
YUV112.23119.9798.59-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.28%
GREEN value IS 136 (53.52% from 255) = 44.59%
BLUE value IS 98 (38.67% from 255) = 32.13%
R=23.28%
G=44.59%
B=32.13%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal71136980.4800.280.47144.9231.440.59
Hex4788623001C2F911f29
Octal10721014260034572213751
Binary10001111000100011000101100000111001011111001000111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #478862; }

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

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

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

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

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

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

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

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