#478760

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

Shades of Como #478760

Tints of Como #478760

Color information

#478760 (or 0x478760) is unknown color: approx Como. HEX triplet: 47, 87 and 60. RGB value is (71,135,96). Sum of RGB (Red+Green+Blue) = 71+135+96=302 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.51% from 302); Green value is 135 (53.12% from 255 or 44.70% from 302); Blue value is 96 (37.89% from 255 or 31.79% from 302); Max value from RGB is 135 - color contains mainly: green. Hex color #478760 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #478760 is #B8789F. Grayscale: #6F6F6F. Windows color (decimal): -12089504 or 6326087. OLE color: 6326087.

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

Color convert

RGB7113596-
CMYK0.4700.290.47
HSL143.44º31.07%40.39%-
HSV(B)143.44º47.41%52.94%-
XYZ13.3719.5114.13-
YUV111.42119.399.17-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.51%
GREEN value IS 135 (53.12% from 255) = 44.70%
BLUE value IS 96 (37.89% from 255) = 31.79%
R=23.51%
G=44.70%
B=31.79%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal71135960.4700.290.47143.4431.0740.39
Hex4787602F01D2F8f1f28
Octal10720714057035572173750
Binary10001111000011111000001011110111011011111000111111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #478760; }

 p { color: rgb(71,135,96); }

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

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

 a { background-color: rgb(71,135,96); }

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

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

 span { border-color: rgb(71,135,96); }

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