#478656

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

Shades of Como #478656

Tints of Como #478656

Color information

#478656 (or 0x478656) is unknown color: approx Como. HEX triplet: 47, 86 and 56. RGB value is (71,134,86). Sum of RGB (Red+Green+Blue) = 71+134+86=291 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.40% from 291); Green value is 134 (52.73% from 255 or 46.05% from 291); Blue value is 86 (33.98% from 255 or 29.55% from 291); Max value from RGB is 134 - color contains mainly: green. Hex color #478656 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #478656 is #B879A9. Grayscale: #6D6D6D. Windows color (decimal): -12089770 or 5670471. OLE color: 5670471.

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

Color convert

RGB7113486-
CMYK0.4700.360.47
HSL134.29º30.73%40.2%-
HSV(B)134.29º47.01%52.55%-
XYZ12.819.0611.81-
YUV109.69114.63100.4-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.40%
GREEN value IS 134 (52.73% from 255) = 46.05%
BLUE value IS 86 (33.98% from 255) = 29.55%
R=24.40%
G=46.05%
B=29.55%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal71134860.4700.360.47134.2930.7340.2
Hex4786562F0242F861f28
Octal10720612657044572063750
Binary100011110000110101011010111101001001011111000011011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #478656; }

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

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

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

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

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

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

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

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