#478264

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

Shades of Como #478264

Tints of Como #478264

Color information

#478264 (or 0x478264) is unknown color: approx Como. HEX triplet: 47, 82 and 64. RGB value is (71,130,100). Sum of RGB (Red+Green+Blue) = 71+130+100=301 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.59% from 301); Green value is 130 (51.17% from 255 or 43.19% from 301); Blue value is 100 (39.45% from 255 or 33.22% from 301); Max value from RGB is 130 - color contains mainly: green. Hex color #478264 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #478264 is #B87D9B. Grayscale: #6D6D6D. Windows color (decimal): -12090780 or 6586951. OLE color: 6586951.

HSL color Cylindrical-coordinate representation of color #478264: hue angle of 149.49º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #478264 is Cyan = 0.45, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.49.

Color convert

RGB71130100-
CMYK0.4500.230.49
HSL149.49º29.35%39.41%-
HSV(B)149.49º45.38%50.98%-
XYZ12.8818.2214.9-
YUV108.94122.95100.94-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.59%
GREEN value IS 130 (51.17% from 255) = 43.19%
BLUE value IS 100 (39.45% from 255) = 33.22%
R=23.59%
G=43.19%
B=33.22%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal711301000.4500.230.49149.4929.3539.41
Hex4782642D01731951d27
Octal10720214455027612253547
Binary10001111000001011001001011010101111100011001010111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #478264; }

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

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

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

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

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

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

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

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