#478260

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

Shades of Como #478260

Tints of Como #478260

Color information

#478260 (or 0x478260) is unknown color: approx Como. HEX triplet: 47, 82 and 60. RGB value is (71,130,96). Sum of RGB (Red+Green+Blue) = 71+130+96=297 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.91% from 297); Green value is 130 (51.17% from 255 or 43.77% from 297); Blue value is 96 (37.89% from 255 or 32.32% from 297); Max value from RGB is 130 - color contains mainly: green. Hex color #478260 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #478260 is #B87D9F. Grayscale: #6C6C6C. Windows color (decimal): -12090784 or 6324807. OLE color: 6324807.

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

Color convert

RGB7113096-
CMYK0.4500.260.49
HSL145.42º29.35%39.41%-
HSV(B)145.42º45.38%50.98%-
XYZ12.6918.1513.9-
YUV108.48120.95101.26-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.91%
GREEN value IS 130 (51.17% from 255) = 43.77%
BLUE value IS 96 (37.89% from 255) = 32.32%
R=23.91%
G=43.77%
B=32.32%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal71130960.4500.260.49145.4229.3539.41
Hex4782602D01A31911d27
Octal10720214055032612213547
Binary10001111000001011000001011010110101100011001000111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #478260; }

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

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

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

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

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

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

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

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