#478856

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

Shades of Como #478856

Tints of Como #478856

Color information

#478856 (or 0x478856) is unknown color: approx Como. HEX triplet: 47, 88 and 56. RGB value is (71,136,86). Sum of RGB (Red+Green+Blue) = 71+136+86=293 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.23% from 293); Green value is 136 (53.52% from 255 or 46.42% from 293); Blue value is 86 (33.98% from 255 or 29.35% from 293); Max value from RGB is 136 - color contains mainly: green. Hex color #478856 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #478856 is #B877A9. Grayscale: #6F6F6F. Windows color (decimal): -12089258 or 5670983. OLE color: 5670983.

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

Color convert

RGB7113686-
CMYK0.4800.370.47
HSL133.85º31.4%40.59%-
HSV(B)133.85º47.79%53.33%-
XYZ13.0819.6211.9-
YUV110.86113.9799.57-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.23%
GREEN value IS 136 (53.52% from 255) = 46.42%
BLUE value IS 86 (33.98% from 255) = 29.35%
R=24.23%
G=46.42%
B=29.35%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal71136860.4800.370.47133.8531.440.59
Hex478856300252F861f29
Octal10721012660045572063751
Binary100011110001000101011011000001001011011111000011011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #478856; }

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

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

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

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

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

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

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

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