#478962

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

Shades of Como #478962

Tints of Como #478962

Color information

#478962 (or 0x478962) is unknown color: approx Como. HEX triplet: 47, 89 and 62. RGB value is (71,137,98). Sum of RGB (Red+Green+Blue) = 71+137+98=306 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.20% from 306); Green value is 137 (53.91% from 255 or 44.77% from 306); Blue value is 98 (38.67% from 255 or 32.03% from 306); Max value from RGB is 137 - color contains mainly: green. Hex color #478962 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #478962 is #B8769D. Grayscale: #707070. Windows color (decimal): -12088990 or 6457671. OLE color: 6457671.

HSL color Cylindrical-coordinate representation of color #478962: hue angle of 144.55º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #478962 is Cyan = 0.48, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.46.

Color convert

RGB7113798-
CMYK0.4800.280.46
HSL144.55º31.73%40.78%-
HSV(B)144.55º48.18%53.73%-
XYZ13.7520.1114.71-
YUV112.82119.6398.17-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.20%
GREEN value IS 137 (53.91% from 255) = 44.77%
BLUE value IS 98 (38.67% from 255) = 32.03%
R=23.20%
G=44.77%
B=32.03%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal71137980.4800.280.46144.5531.7340.78
Hex4789623001C2E912029
Octal10721114260034562214051
Binary100011110001001110001011000001110010111010010001100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #478962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #478962; }

 p { color: rgb(71,137,98); }

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

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

 a { background-color: rgb(71,137,98); }

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

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

 span { border-color: rgb(71,137,98); }

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