#478764

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

Shades of Como #478764

Tints of Como #478764

Color information

#478764 (or 0x478764) is unknown color: approx Como. HEX triplet: 47, 87 and 64. RGB value is (71,135,100). Sum of RGB (Red+Green+Blue) = 71+135+100=306 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.20% from 306); Green value is 135 (53.12% from 255 or 44.12% from 306); Blue value is 100 (39.45% from 255 or 32.68% from 306); Max value from RGB is 135 - color contains mainly: green. Hex color #478764 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #478764 is #B8789B. Grayscale: #6F6F6F. Windows color (decimal): -12089500 or 6588231. OLE color: 6588231.

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

Color convert

RGB71135100-
CMYK0.4700.260.47
HSL147.19º31.07%40.39%-
HSV(B)147.19º47.41%52.94%-
XYZ13.5619.5915.12-
YUV111.87121.398.85-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.20%
GREEN value IS 135 (53.12% from 255) = 44.12%
BLUE value IS 100 (39.45% from 255) = 32.68%
R=23.20%
G=44.12%
B=32.68%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal711351000.4700.260.47147.1931.0740.39
Hex4787642F01A2F931f28
Octal10720714457032572233750
Binary10001111000011111001001011110110101011111001001111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #478764; }

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

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

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

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

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

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

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

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